add perltidy step

This commit is contained in:
Aaron Bieber 2023-05-29 07:33:36 -06:00
parent 71e10f9008
commit f0290babe6
No known key found for this signature in database

View File

@ -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 make --optimize src/Main.elm
@ -9,9 +12,6 @@ append:
cat index.html >> pr-status.pl
fix:
sed -i 's/<title>Main/<title>pr-status/' pr-status.pl
clean:
rm -f index.html