rusefi-1/unit_tests/compile.sh

7 lines
75 B
Bash
Raw Normal View History

2020-06-18 20:14:05 -07:00
#!/bin/sh
echo "Compiling unit tests"
rm -rf .dep/
rm -rf build/
make -j4