summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: f5658cba2d9e817da5b622ee53f379a51f42cbba (plain)
1
2
3
4
5
6
7
# Makefile
# Copyright 2008, Sean B. Palmer, inamidst.com
# Licensed under the Eiffel Forum License 2.

archive: ;
	hg archive -t tbz2 phenny-hg.tar.bz2
	git archive --format=tar --prefix=phenny/ HEAD | bzip2 > phenny.tar.bz2