Skip to content

Commit

Permalink
Makefile: Make all targets phony
Browse files Browse the repository at this point in the history
None of the Makefile targets create a file called like the target.
Therefore all targets are declared to be phony.
  • Loading branch information
fblaese committed Jul 26, 2019
1 parent 50385e3 commit 0ab270b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.PHONY: all clean install dist check

all:
ninja -C builddir

Expand Down

0 comments on commit 0ab270b

Please sign in to comment.