summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cb7e516..fd91059 100644
--- a/Makefile
+++ b/Makefile
@@ -6,3 +6,7 @@ build: fmt
fmt:
go fmt -x ${MOD} ${MOD}/challenge ${MOD}/enc
+clean:
+ go clean
+ rm -f *~ ./*/*~
+.PHONY: clean