Skip to content

Commit acc5c07

Browse files
markhymerseffigies
authored andcommitted
Add more PHONY target to Makefile
This avoids make failing to cause a rebuild when files are changed Signed-off-by: Mark Hymers <[email protected]>
1 parent acfd925 commit acc5c07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -288,4 +288,4 @@ rm-orig:
288288
# Remove .orig temporary diff files generated by git
289289
find . -name "*.orig" -print | grep -v "fsaverage" | xargs rm
290290

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

0 commit comments

Comments
 (0)