From 89299ed2eb087023330bf287f9e26463066512e8 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 24 Jul 2016 14:24:40 +0100 Subject: [PATCH] Script for tidying bash scripts --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 7186f2e0..9e079b93 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,8 @@ rmtranslations: bash -c "./translate remove" alltranslations: bash -c "./translate translations" +tidy: + ./tidy src/* source: tar -cvf ../${APP}_${VERSION}.orig.tar ../${APP}-${VERSION} --exclude-vcs gzip -f9n ../${APP}_${VERSION}.orig.tar