diff options
author | hut <hut@lavabit.com> | 2011-10-27 23:43:43 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2011-10-29 21:22:38 +0200 |
commit | bf0d09b596eb26e578f1cbf8715d8c3fc2aeba32 (patch) | |
tree | f63a3ff002f2cd4ba18082ea94dad0ccd4618dc0 /Makefile | |
parent | 7ab36832af358bc6564e834549166b67927ebc84 (diff) | |
download | ranger-bf0d09b596eb26e578f1cbf8715d8c3fc2aeba32.tar.gz |
Makefile: Fixed "PHONY" stuff
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
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 |