diff options
author | Sergey Bugaev <bugaevc@gmail.com> | 2019-12-23 15:23:37 +0300 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-12-23 14:55:17 +0100 |
commit | 1025fb53ee1814be807a1d9bd97c6bb105260402 (patch) | |
tree | 635669cb6668ebdd2a564c6759cfd74d87e4f9d3 | |
parent | 456a4bc1089320a4fa0aed7d3588ecb62f90c2eb (diff) | |
download | serenity-1025fb53ee1814be807a1d9bd97c6bb105260402.zip |
Build: Ensure "install" is a phony target
See https://github.com/SerenityOS/serenity/issues/897
-rw-r--r-- | Makefile.common | 2 |
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 |