Updated make clean rule

This commit is contained in:
Gnarwhal 2020-12-11 09:29:57 -08:00
parent 6caf4f6e82
commit 5944702a5a

View file

@ -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