Updated make clean rule
This commit is contained in:
parent
e8c883e374
commit
0f6b891423
1 changed files with 1 additions and 1 deletions
|
@ -14,4 +14,4 @@ out/types.o: misc/types.hpp misc/types.cpp
|
|||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm out/* day*.out day*.output
|
||||
rm -f out/* day*.out day*.output
|
||||
|
|
Loading…
Reference in a new issue