瀏覽代碼

Script for tidying bash scripts

Bob Mottram 9 年之前
父節點
當前提交
89299ed2eb
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. 2
    0
      Makefile

+ 2
- 0
Makefile 查看文件

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