summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSean B. Palmer <sean@miscoranda.com>2010-01-19 14:52:37 +0000
committerSean B. Palmer <sean@miscoranda.com>2010-01-19 14:52:37 +0000
commit3e300c4357973d4dd88cdf4a4046ef5c78409b81 (patch)
tree78a80aac404d2bcad28a6702b10b783d6855a527 /Makefile
parentf5ef55769ee9f22065cf714872ea1a38d48047d8 (diff)
downloadbot-3e300c4357973d4dd88cdf4a4046ef5c78409b81.tar.gz
bot-3e300c4357973d4dd88cdf4a4046ef5c78409b81.tar.bz2
bot-3e300c4357973d4dd88cdf4a4046ef5c78409b81.zip
Fixed the .commandr bug.
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