rusefi-hardware/SENT-box/firmware/clean_build.bat

7 lines
234 B
Batchfile
Raw Normal View History

2022-05-14 05:33:14 -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
2022-07-15 05:06:31 -07:00
rem that's 'make' with some extra utilities
2022-07-17 01:22:48 -07:00
compile.bat