Makefile: in the check target always remove "./result*".

... otherwise you need to remove them manually when re-running
'make check'.
This commit is contained in:
Juan RP 2019-04-19 14:49:17 +02:00 committed by Duncaen
parent 8d594727cc
commit 5243eab739

View File

@ -38,6 +38,7 @@ uninstall:
done
check:
-rm -f result.db*
@./run-tests
clean: