summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Buetow (mars.fritz.box) <paul@buetow.org>2013-10-03 13:09:25 +0200
committerPaul Buetow (mars.fritz.box) <paul@buetow.org>2013-10-03 13:09:25 +0200
commitc527a8bdb11d0e67533b4850184423fa24138830 (patch)
treed27887af54d896f95e4f2ef66784b5c3c539f271 /Makefile
parentecde03dfc47d9992e16afabef312566358ef3215 (diff)
Quick commit
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c394678..624f25d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,5 @@
-all: check format push
+all: quick push
+xml: check format push
check:
@echo Checking for valid XML
find . -name \*.xml -type f | while read xml; do \
@@ -11,5 +12,7 @@ format:
mv "$$xml.tmp" "$$xml"; \
done
git commit -a -m 'Reformatted XML' || exit 0
+quick:
+ git commit -a -m 'Quick commit' || exit 0
push:
git push origin hosts