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