1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,13 @@ |
1 |
+# This is a sample for your Makefile.local. |
|
2 |
+# |
|
3 |
+# Copy this to Makefile.local and change the path to match your local |
|
4 |
+# system. |
|
5 |
+# |
|
6 |
+ |
|
7 |
+# The path to a clone of the tor source code repository's .git dir. |
|
8 |
+# Note that if your clone is a non-bare repository that you must not |
|
9 |
+# leave out the .git part. |
|
10 |
+# |
|
11 |
+# e.g.: |
|
12 |
+# export TORGIT=/home/weasel/projects/tor/tor/.git |
|
13 |
+export TORGIT=set this to your tor.git path |