Selaa lähdekoodia

add the target install to .PHONY

Thibaut Marty 9 vuotta sitten
vanhempi
commit
a767e595da
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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