summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5355824..0e02111 100644
--- a/Makefile
+++ b/Makefile
@@ -7,6 +7,7 @@ archive: ;
git archive --format=tar --prefix=phenny/ HEAD | bzip2 > phenny.tar.bz2
ci: ;
+ hg ci
git commit -a && git push origin master
log: ;