polyphonic/interface/templates/interface/project_submissions.mk
2020-11-23 13:49:30 +11:00

11 lines
145 B
Makefile

ALL = {{ targets|join:" " }}
-include "local.mk"
all: ${ALL}
{% for s in submissions %}
{{ s.name }}:
curl -o $@ -L {{ s.url }}
{% endfor %}