1
0
mirror of https://github.com/rofl0r/proxychains-ng synced 2026-05-13 17:03:07 +08:00

Makefile: add install-data to .PHONY

This commit is contained in:
rofl0r
2013-01-06 19:33:34 +01:00
Unverified
parent 5d9148a900
commit 5d7715551d
+1 -1
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