Updated make clean rule
This commit is contained in:
parent
44b298b12e
commit
cdb1943e3d
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