jon/Makefile
2023-08-21 14:45:45 +02:00

7 lines
161 B
Makefile

.PHONY: frontend
frontend: jon/static/entry.js
jon/static/entry.js: $(shell find $(SOURCEDIR) -name '*.c')
elm make --optimize frontend/Entry.elm --output $@