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-27 23:45:39 +0200
commit4b61759c89d22daa35ab6b6f3c7f48af34af6241 (patch)
tree2071ce13e063ee181e79cbc28a8364c1eb24b257 /Makefile
parent989013dcb7fcd9ff5d03608283acd8da27ca3238 (diff)
downloadranger-4b61759c89d22daa35ab6b6f3c7f48af34af6241.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