Force remove precompiled files before test

This commit is contained in:
Bruce Hill 2024-03-21 13:39:45 -04:00
parent 383586fdcc
commit 73c0c6b540

View File

@ -41,6 +41,7 @@ tags:
ctags *.[ch] **/*.[ch]
test: tomo
rm -f test/*.tm.[cho]
for f in test/*.tm; do echo -e "\x1b[1;4m$$f\x1b[m"; VERBOSE=0 CC=tcc ./tomo "$$f" || break; done
clean: