diff --git a/Makefile b/Makefile index 3c850a9..97872cd 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ all: clean test .PHONY: clean clean: @rm -rf dist unit.coverprofile - @go clean -i -cache $(shell go list ./...) + @go clean -i -cache .PHONY: test test: