Updated make clean rule

This commit is contained in:
Gnarwhal 2020-12-11 09:29:57 -08:00
parent 530e53c22c
commit 77cb688c2d

View file

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