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:
parent
8d594727cc
commit
5243eab739
1
Makefile
1
Makefile
@ -38,6 +38,7 @@ uninstall:
|
||||
done
|
||||
|
||||
check:
|
||||
-rm -f result.db*
|
||||
@./run-tests
|
||||
|
||||
clean:
|
||||
|
Loading…
x
Reference in New Issue
Block a user