fixup! Store location name, group name and tax group description in order

This commit is contained in:
Paul Brinkmeier 2023-08-20 23:29:22 +02:00
parent 1e4aadee06
commit 32bcb1b18a

View File

@ -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 $@