Updated make clean rule
This commit is contained in:
parent
530e53c22c
commit
77cb688c2d
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