浏览代码

add the target install to .PHONY

Thibaut Marty 9 年之前
父节点
当前提交
a767e595da
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -35,7 +35,7 @@ subtitlesPrinter: $(OBJS)
 install: subtitlesPrinter
 	install --mode=755 subtitlesPrinter $(INSTALL_DIR)
 
-.PHONY: clean default
+.PHONY: clean default install
 
 clean:
 	rm -f *.o subtitlesPrinter