about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2011-10-28 14:58:53 +0200
committerhut <hut@lavabit.com>2011-10-29 21:22:58 +0200
commite7758ebaa5e36c866c0674474a4f0a884ccd734f (patch)
tree5c710a0947fdd0edb473e736a6e8d4e018ea3214 /Makefile
parentfa0a2087880d9c5c6000eb4e583f31a0645ea5ad (diff)
downloadranger-e7758ebaa5e36c866c0674474a4f0a884ccd734f.tar.gz
Makefile: Added info about DESTDIR in "make options"
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
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.'