Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/rofl0r/proxychains-ng.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrofl0r <retnyg@gmx.net>2013-01-06 22:33:34 +0400
committerrofl0r <retnyg@gmx.net>2013-01-06 22:33:34 +0400
commit5d7715551d54aa19a9ec709c6bb0e15515a6a1b7 (patch)
treee5b8e867b2c17ddcba40e31c15eedc645c2cb070
parent5d9148a90090c014cb1fbb768595e34a7b7e4203 (diff)
Makefile: add install-data to .PHONY
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0aac992..6efe417 100644
--- a/Makefile
+++ b/Makefile
@@ -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