We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ac0547 commit 9885a51Copy full SHA for 9885a51
Tor/Makefile
@@ -0,0 +1,11 @@
1
+TOR := tor-0.2.5.10
2
+
3
+all: $(TOR)
4
+ (cd chutney; ./chutney configure networks/basic-sgx-tor; \
5
+ ./chutney start networks/basic-sgx-tor;)
6
7
+$(TOR): FORCE
8
+ (cd tor-0.2.5.10; make; sudo make install)
9
10
+.PHONY: FORCE
11
0 commit comments