2008-02-29 10:36:18 -05:00
|
|
|
# Makefile
|
|
|
|
# Copyright 2008, Sean B. Palmer, inamidst.com
|
|
|
|
# Licensed under the Eiffel Forum License 2.
|
|
|
|
|
|
|
|
archive: ;
|
2010-01-18 17:28:36 -05:00
|
|
|
hg archive -t tbz2 phenny-hg.tar.bz2
|
|
|
|
git archive --format=tar --prefix=phenny/ HEAD | bzip2 > phenny.tar.bz2
|