summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: c53623abaf3637d5dd44cf77d4112a89c34394fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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

ci: ;
	# hg ci
	git commit -a && git push origin master

log: ;
	# git log --date=short --format='%h %ad %s'
	git graph