Makefile: add install-data to .PHONY

pull/18/head
rofl0r 2013-01-06 19:33:34 +01:00
parent 5d9148a900
commit 5d7715551d
1 changed files with 1 additions and 1 deletions

View File

@ -72,4 +72,4 @@ $(ALL_TOOLS): $(OBJS)
$(CC) src/main.o src/common.o -o $(PXCHAINS)
.PHONY: all clean install
.PHONY: all clean install install-config