mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 08:24:32 -08:00
10 lines
214 B
Django/Jinja
10 lines
214 B
Django/Jinja
{% extends "program.default.ninja.j2" %}
|
|
{% block variables %}
|
|
{{ super() }}
|
|
|
|
asflags = $asflags -I${srcroot}/src/kernel/
|
|
libs = $libs -lc
|
|
ldflags = $ldflags -T ${srcroot}/src/arch/x86_64/kernel.ld
|
|
|
|
{% endblock %}
|