7 lines
161 B
Makefile
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 $@
|