Files
jsix/scripts/templates/target.default.j2
2019-02-03 18:32:45 -08:00

18 lines
260 B
Django/Jinja

builddir = $builddir/{{ target }}
{% block variables %}
{% endblock %}
{% block binaries %}
cc = clang
cxx = clang++
ld = clang++
ar = ar
nasm = nasm
objcopy = objcopy
{% endblock %}
{% for module in modules %}
subninja {{ module.name }}.ninja
{% endfor %}