summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Bugaev <bugaevc@gmail.com>2019-12-23 15:23:37 +0300
committerAndreas Kling <awesomekling@gmail.com>2019-12-23 14:55:17 +0100
commit1025fb53ee1814be807a1d9bd97c6bb105260402 (patch)
tree635669cb6668ebdd2a564c6759cfd74d87e4f9d3
parent456a4bc1089320a4fa0aed7d3588ecb62f90c2eb (diff)
downloadserenity-1025fb53ee1814be807a1d9bd97c6bb105260402.zip
Build: Ensure "install" is a phony target
See https://github.com/SerenityOS/serenity/issues/897
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index 5f9dae193d..00449a9be8 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -107,4 +107,4 @@ clean:
install:
-.PHONY: all clean
+.PHONY: all clean install