1
0
mirror of https://github.com/rofl0r/proxychains-ng synced 2025-01-06 21:02:55 +08:00

Makefile: add install-data to .PHONY

This commit is contained in:
rofl0r 2013-01-06 19:33:34 +01:00
parent 5d9148a900
commit 5d7715551d

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