From c527a8bdb11d0e67533b4850184423fa24138830 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Thu, 3 Oct 2013 13:09:25 +0200 Subject: Quick commit --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3