diff --git a/Makefile b/Makefile index bce3d43..ddfbcce 100644 --- a/Makefile +++ b/Makefile @@ -16,4 +16,4 @@ bench-cpu-long: go test -bench=. -benchtime=60s -cpuprofile=cpu.pprof go tool pprof go-audit.test cpu.pprof -.PHONY: test test-cov-html +.PHONY: test test-cov-html bench bench-cpu bench-cpu-long