7 lines
159 B
Makefile
7 lines
159 B
Makefile
.PHONY: frontend
|
|
|
|
frontend: jon/static/entry.js
|
|
|
|
jon/static/entry.js: $(shell find frontend -name '*.elm')
|
|
elm make --optimize frontend/Entry.elm --output $@
|