Browse Source

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

Patch-by: Matthew Martin
pull/242/merge
Daniel Shahaf 8 years ago
parent
commit
3bfd250cce
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

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

Loading…
Cancel
Save