diff --git a/Makefile b/Makefile index a7e9136..8763940 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,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: