浏览代码

Build: Ensure "install" is a phony target

See https://github.com/SerenityOS/serenity/issues/897
Sergey Bugaev 5 年之前
父节点
当前提交
1025fb53ee
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Makefile.common

+ 1 - 1
Makefile.common

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