summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2013-01-28 23:45:35 +0100
committerhut <hut@lavabit.com>2013-01-28 23:45:35 +0100
commitc6afc196a7f02d8a6f37b582e40fe443519b0fb3 (patch)
tree5a59f19c0921de3d9040b98bedac2aa8b4ef6cdd /Makefile
parent0aaa87c4843e964b3229814db9280769bc43aff9 (diff)
downloadranger-c6afc196a7f02d8a6f37b582e40fe443519b0fb3.tar.gz
Makefile: "make dist" instead of "make snapshot"
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
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