.PHONY: frontend

frontend: jon/static/entry.js

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