diff options
author | hut <hut@lavabit.com> | 2013-01-28 23:45:35 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2013-01-28 23:45:35 +0100 |
commit | c6afc196a7f02d8a6f37b582e40fe443519b0fb3 (patch) | |
tree | 5a59f19c0921de3d9040b98bedac2aa8b4ef6cdd | |
parent | 0aaa87c4843e964b3229814db9280769bc43aff9 (diff) | |
download | ranger-c6afc196a7f02d8a6f37b582e40fe443519b0fb3.tar.gz |
Makefile: "make dist" instead of "make snapshot"
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile index cb3154f6..aa458978 100644 --- a/Makefile +++ b/Makefile @@ -76,7 +76,9 @@ cleandoc: snapshot: git archive --prefix='$(NAME)-$(VERSION)/' --format=tar HEAD | gzip > $(SNAPSHOT_NAME) +dist: snapshot + todo: @grep --color -Ion '\(TODO\|XXX\).*' -r ranger -.PHONY: clean cleandoc compile default doc help install man manhtml options snapshot test todo +.PHONY: clean cleandoc compile default dist doc help install man manhtml options snapshot test todo |