Browse Source

Script for tidying bash scripts

Bob Mottram 9 years ago
parent
commit
89299ed2eb
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      Makefile

+ 2
- 0
Makefile View File

@@ -11,6 +11,8 @@ rmtranslations:
11 11
 	bash -c "./translate remove"
12 12
 alltranslations:
13 13
 	bash -c "./translate translations"
14
+tidy:
15
+	./tidy src/*
14 16
 source:
15 17
 	tar -cvf ../${APP}_${VERSION}.orig.tar ../${APP}-${VERSION} --exclude-vcs
16 18
 	gzip -f9n ../${APP}_${VERSION}.orig.tar