tests can have some more, I guess

This commit is contained in:
Matthew Kennedy 2023-03-13 14:09:42 -07:00
parent 556a04b8d4
commit 5a589be697
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@ echo "Compiling unit tests"
make clean make clean
# todo: how comes .dep is not being cleaned by 'make clean'? # todo: how comes .dep is not being cleaned by 'make clean'?
rm -rf .dep/ rm -rf .dep/
make -j6 make -j12