From ec0a9d6d66b28ae70c64613d5b91be88966b4990 Mon Sep 17 00:00:00 2001 From: Nate Brown Date: Mon, 18 Apr 2016 16:47:20 -0700 Subject: [PATCH] More phonies --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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