rusefi/unit_tests/compile.sh

7 lines
84 B
Bash

#!/bin/bash
echo "Compiling unit tests"
rm -rf .dep/
rm -rf build/
make -j$(nproc)