From b442fb99993b9086f410666dd9a084346c1d0b3b Mon Sep 17 00:00:00 2001 From: Paul Brinkmeier Date: Sun, 20 Aug 2023 23:29:22 +0200 Subject: [PATCH] fixup! Store location name, group name and tax group description in order --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index afdf970..87b557b 100644 --- a/Makefile +++ b/Makefile @@ -2,5 +2,5 @@ frontend: jon/static/entry.js -jon/static/entry.js: $(shell find $(SOURCEDIR) -name '*.c') +jon/static/entry.js: $(shell find frontend -name '*.elm') elm make --optimize frontend/Entry.elm --output $@