diff --git a/Makefile b/Makefile index 8b242e94e..805dbc24d 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ GOFMT ?= gofmt -s .PHONY: clean clean: $(GO) clean -i ./... - rm -rf $(EXECUTABLE) $(DIST) $(BINDATA) + rm -rf $(BUILD) .PHONY: fmt fmt: