This commit is contained in:
Justin C. Miller
2018-09-24 11:13:18 -07:00
parent dffdcc095d
commit 591ca7c83c
25 changed files with 87 additions and 61 deletions

View File

@@ -7,8 +7,10 @@ def build(bld):
bld.stlib(
source = sources,
includes = 'include',
name = 'elf',
target = 'elf',
use = 'KUTIL',
)
# vim: ft=python et