Skip to content

Commit 9885a51

Browse files
committed
Makefile for Tor and chutney execution
1 parent 2ac0547 commit 9885a51

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Tor/Makefile

+11
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)