From f0290babe682502ce55763102e676506ed8ce6b8 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Mon, 29 May 2023 07:33:36 -0600 Subject: [PATCH] add perltidy step --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 5b44920..c8491ab 100644 --- a/Makefile +++ b/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 make --optimize src/Main.elm @@ -9,9 +12,6 @@ append: cat index.html >> pr-status.pl -fix: - sed -i 's/Main/<title>pr-status/' pr-status.pl - clean: rm -f index.html