From 7df0f14e99870cede7ccdffc0a9101d9a7e2e88a Mon Sep 17 00:00:00 2001 From: Nathan DECHER Date: Wed, 15 Apr 2020 02:30:55 +0200 Subject: [PATCH] fixed Make clean --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 189541f..36f767c 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONY: all clean +.PHONY: all clean mrproper SIZE = 32 TEMPSIZE = $(shell echo $(SIZE) '*4' | bc) @@ -92,4 +92,5 @@ public/js/snek.js: $(wildcard src/js/*.js) clean: rm -f build/*.* +mrproper: clean rm -f $(OUTPUT)