summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2011-10-27 23:43:43 +0200
committerhut <hut@lavabit.com>2011-10-29 21:22:38 +0200
commitbf0d09b596eb26e578f1cbf8715d8c3fc2aeba32 (patch)
treef63a3ff002f2cd4ba18082ea94dad0ccd4618dc0 /Makefile
parent7ab36832af358bc6564e834549166b67927ebc84 (diff)
downloadranger-bf0d09b596eb26e578f1cbf8715d8c3fc2aeba32.tar.gz
Makefile: Fixed "PHONY" stuff
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8adae6a0..3e5e7cc1 100644
--- a/Makefile
+++ b/Makefile
@@ -90,4 +90,4 @@ snapshot:
 todo:
 	@grep --color -Ion '\(TODO\|XXX\).*' -r ranger
 
-.PHONY: default options compile clean doc cleandoc snapshot install man todo
+.PHONY: clean cleandoc compile default doc help install man manhtml options snapshot test todo