From 0c2516c37380988ad843d08f0ddc51549d6ae5b0 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Sun, 3 Nov 2019 03:09:49 -0800 Subject: [PATCH] add 'clean' makefile target --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 20a3ba3..62131b6 100644 --- a/Makefile +++ b/Makefile @@ -33,6 +33,9 @@ rundebug: build run: build ./$(FN) +clean: + rm ./$(FN) + build: ./$(FN) ./$(FN): *.go