From 3bfd250cce8944fa3321aa715c24ac8b2e80057f Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Tue, 17 Nov 2015 17:50:14 +0000 Subject: [PATCH] 'make perf': Designate this target as '.PHONY'. Patch-by: Matthew Martin --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 29f2ce7..8008240 100644 --- a/Makefile +++ b/Makefile @@ -52,4 +52,4 @@ perf: done; \ exit $$result -.PHONY: all install test +.PHONY: all install test perf