Browse Source

add the target install to .PHONY

Thibaut Marty 9 years ago
parent
commit
a767e595da
1 changed files with 1 additions and 1 deletions
  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