add perltidy step
This commit is contained in:
parent
71e10f9008
commit
f0290babe6
8
Makefile
8
Makefile
@ -1,4 +1,7 @@
|
|||||||
build: elm append fix clean
|
build: elm append fmt clean
|
||||||
|
|
||||||
|
fmt: pr-status.pl
|
||||||
|
perltidy -b pr-status.pl
|
||||||
|
|
||||||
elm: src/Main.elm
|
elm: src/Main.elm
|
||||||
elm make --optimize src/Main.elm
|
elm make --optimize src/Main.elm
|
||||||
@ -9,9 +12,6 @@ append:
|
|||||||
cat index.html >> pr-status.pl
|
cat index.html >> pr-status.pl
|
||||||
|
|
||||||
|
|
||||||
fix:
|
|
||||||
sed -i 's/<title>Main/<title>pr-status/' pr-status.pl
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f index.html
|
rm -f index.html
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user