rusefi-1/misc/stm32f1_test_project/clean_build.bat

7 lines
238 B
Batchfile
Raw Normal View History

2017-02-20 14:38:16 -08:00
rem make, gcc, Windows and Cygwin combined have some issue with spaces or colons in paths, that's a workaround
rem that's more or less 'make clean'
rd /s /q .dep
rd /s /q build
# that's 'make' with some extra utilities
compile.bat