Explorar el Código

add the target install to .PHONY

Thibaut Marty hace 9 años
padre
commit
a767e595da
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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