summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f5658cb..5355824 100644
--- a/Makefile
+++ b/Makefile
@@ -5,3 +5,10 @@
archive: ;
hg archive -t tbz2 phenny-hg.tar.bz2
git archive --format=tar --prefix=phenny/ HEAD | bzip2 > phenny.tar.bz2
+
+ci: ;
+ git commit -a && git push origin master
+
+log: ;
+ # git log --date=short --format='%h %ad %s'
+ git graph