rusefi/unit_tests/compile.bat

5 lines
67 B
Batchfile
Raw Normal View History

2017-02-16 22:01:43 -08:00
echo I am compiling unit tests
2015-07-10 06:01:56 -07:00
rm -rf .dep/
rm -rf build/
make -j4