mirror of
https://github.com/torproject/webwml.git
synced 2024-11-23 01:39:45 +00:00
13 lines
397 B
Makefile
13 lines
397 B
Makefile
# This is a sample for your Makefile.local.
|
|
#
|
|
# Copy this to Makefile.local and change the path to match your local
|
|
# system.
|
|
#
|
|
|
|
# The path to a clone of the tor source code repository's .git dir.
|
|
# Note that if your clone is a non-bare repository that you must not
|
|
# leave out the .git part.
|
|
#
|
|
# e.g.:
|
|
# export TORGIT=/home/weasel/projects/tor/tor/.git
|
|
export TORGIT=set this to your tor.git path
|