summaryrefslogtreecommitdiff
path: root/examples/imx7_colibri_m4/driver_examples/ecspi/ecspi_interrupt/master/armgcc/clean.bat
blob: fc53949e55e5437a218af72c76ff46233cc77377 (plain)
1
2
3
4
5
6
7
8
9
cd debug
rd /s /Q CMakeFiles/
del /s /Q /F Makefile cmake_install.cmake CMakeCache.txt *.elf *.bin *.map *.hex
cd ..
cd release
rd /s /Q CMakeFiles/
del /s /Q /F Makefile cmake_install.cmake CMakeCache.txt *.elf *.bin *.map *.hex
cd ..
pause