summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0e02111..c53623a 100644
--- a/Makefile
+++ b/Makefile
@@ -3,11 +3,11 @@
# Licensed under the Eiffel Forum License 2.
archive: ;
- hg archive -t tbz2 phenny-hg.tar.bz2
+ # hg archive -t tbz2 phenny-hg.tar.bz2
git archive --format=tar --prefix=phenny/ HEAD | bzip2 > phenny.tar.bz2
ci: ;
- hg ci
+ # hg ci
git commit -a && git push origin master
log: ;