From 5a501350bd11a3b4b1104bb53425c8d0b35c8728 Mon Sep 17 00:00:00 2001 From: Maksym Pavlenko Date: Sun, 26 Jan 2020 17:20:21 -0800 Subject: [PATCH] Add clean target --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Makefile b/Makefile index 7aa8d8c..90f78e5 100644 --- a/Makefile +++ b/Makefile @@ -52,3 +52,10 @@ lint: $(GOLANGCI) .PHONY: test test: go test -v ./... + +# +# Clean +# +.PHONY: clean +clean: + - rm -rf $(BINPATH)