rusefi/firmware/clean_build.bat

7 lines
244 B
Batchfile
Raw Normal View History

2015-07-10 06:01:56 -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'
rd /s /q .dep
rd /s /q build
# that's 'make' with some extra utilities
2017-03-15 19:40:07 -07:00
compile_and_program.bat