aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 27cd0ed..03657e4 100644
--- a/Makefile
+++ b/Makefile
@@ -49,6 +49,7 @@ build:
go build -o ${TARGET} ${SRCS}
clean:
+ go clean
${RM} ${TARGET}
run: