Skip to content

Commit

Permalink
Add more PHONY target to Makefile
Browse files Browse the repository at this point in the history
This avoids make failing to cause a rebuild when files are changed

Signed-off-by: Mark Hymers <mark.hymers@ynic.york.ac.uk>
  • Loading branch information
markhymers authored and effigies committed Jun 28, 2017
1 parent acfd925 commit acc5c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -288,4 +288,4 @@ rm-orig:
# Remove .orig temporary diff files generated by git
find . -name "*.orig" -print | grep -v "fsaverage" | xargs rm

.PHONY: orig-src pylint
.PHONY: orig-src pylint all build

0 comments on commit acc5c07

Please sign in to comment.