rusefi-1/unit_tests/compile.sh

7 lines
77 B
Bash
Raw Normal View History

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