From abdb628d4a44f9896adaa888d5fcaf813735203a Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 16 Jun 2021 03:38:44 +0900 Subject: add clean target --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5189178..6b1da2e 100644 --- a/Makefile +++ b/Makefile @@ -15,4 +15,7 @@ $(PROGRAM): 2048$(SUFFIX).c $(DIST): @mkdir $@ -.PHONY: all run build +clean: + @rm -rf $(DIST) + +.PHONY: all run build clean -- cgit v1.2.3-70-g09d2