'make perf': Designate this target as '.PHONY'.

Patch-by: Matthew Martin
This commit is contained in:
Daniel Shahaf 2015-11-17 17:50:14 +00:00
parent 7d4252f5f5
commit 3bfd250cce

View file

@ -52,4 +52,4 @@ perf:
done; \
exit $$result
.PHONY: all install test
.PHONY: all install test perf