rusefi-1/firmware/clean_build.bat

7 lines
238 B
Batchfile
Raw Normal View History

2014-04-30 07:37:02 -07: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'
2014-04-22 17:43:32 -07:00
rd /s /q .dep
rd /s /q build
2014-04-30 07:37:02 -07:00
# that's 'make' with some extra utilities
2014-04-22 15:13:46 -07:00
compile.bat