pr-status-pl/Makefile

18 lines
241 B
Makefile
Raw Normal View History

2023-05-29 07:33:36 -06:00
build: elm append fmt clean
fmt: pr-status.pl
perltidy -b pr-status.pl
elm: src/Main.elm
elm make --optimize src/Main.elm
append:
sed -i '/<!DOCTYPE HTML>/,$$d' pr-status.pl
cat index.html >> pr-status.pl
clean:
rm -f index.html