소스 검색

Script for tidying bash scripts

Bob Mottram 9 년 전
부모
커밋
89299ed2eb
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2
    0
      Makefile

+ 2
- 0
Makefile 파일 보기

@@ -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