summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2020-08-08 10:58:09 -0400
committerDan Davison <dandavison7@gmail.com>2020-08-08 11:53:57 -0400
commit51354eec1e76be3b7a7d9769114e0e3fd32dcdc1 (patch)
treea0f201fc16dbac4f3bab2656af50f01d03432fa8 /Makefile
parent5f96949f3e56912c1b84719c30fe040fdce1d6a1 (diff)
Add missing .PHONY target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e5821e32..fac23106 100644
--- a/Makefile
+++ b/Makefile
@@ -42,4 +42,4 @@ flamegraph: build
chronologer:
chronologer etc/performance/chronologer.yaml
-.PHONY: build format lint test unit-test end-to-end-test release version hash benchmark chronologer
+.PHONY: build format lint test unit-test end-to-end-test release version hash benchmark flamegraph chronologer