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