diff options
author | hut <hut@lavabit.com> | 2011-10-28 14:58:53 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2011-10-29 21:22:58 +0200 |
commit | e7758ebaa5e36c866c0674474a4f0a884ccd734f (patch) | |
tree | 5c710a0947fdd0edb473e736a6e8d4e018ea3214 | |
parent | fa0a2087880d9c5c6000eb4e583f31a0645ea5ad (diff) | |
download | ranger-e7758ebaa5e36c866c0674474a4f0a884ccd734f.tar.gz |
Makefile: Added info about DESTDIR in "make options"
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile index 3e5e7cc1..f13de38d 100644 --- a/Makefile +++ b/Makefile @@ -36,6 +36,7 @@ options: help @echo 'PYTHON = $(PYTHON)' @echo 'PYOPTIMIZE = $(PYOPTIMIZE)' @echo 'DOCDIR = $(DOCDIR)' + @echo 'DESTDIR = $(DESTDIR)' help: @echo 'make: Test and compile ranger.' |