Browse Source

Build: Ensure "install" is a phony target

See https://github.com/SerenityOS/serenity/issues/897
Sergey Bugaev 5 years ago
parent
commit
1025fb53ee
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile.common

+ 1 - 1
Makefile.common

@@ -107,4 +107,4 @@ clean:
 
 
 install:
 install:
 
 
-.PHONY: all clean
+.PHONY: all clean install