summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2011-10-28 14:58:53 +0200
committerhut <hut@lavabit.com>2011-10-28 14:58:53 +0200
commit6304301bc16b00dfcedfafb762762f47b9df8bd2 (patch)
treeddd75b59127a27b2fa53aa235352ef3bc4afc8f9
parentcb0350b010254e0f65fa417475f3ed5484c8f255 (diff)
downloadranger-6304301bc16b00dfcedfafb762762f47b9df8bd2.tar.gz
Makefile: Added info about DESTDIR in "make options"
-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.'