summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Bläse <fabian@blaese.de>2019-07-26 17:34:19 +0200
committerFabian Bläse <fabian@blaese.de>2019-07-26 17:34:19 +0200
commit0ab270b9232952ef51ddbf3e2e37a11cb5f2dfa0 (patch)
treeab172e032931a6e7ead7e9c565ad8306dc3d6f3a
parent50385e36b6f7ec3468d8deb0589ca928abc2c8c1 (diff)
downloadiputils-0ab270b9232952ef51ddbf3e2e37a11cb5f2dfa0.tar.gz
Makefile: Make all targets phony
None of the Makefile targets create a file called like the target. Therefore all targets are declared to be phony.
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8be07b6..99a89fe 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,5 @@
+.PHONY: all clean install dist check
+
all:
ninja -C builddir