mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 00:14:32 -08:00
Update wscripts
This commit is contained in:
@@ -19,4 +19,10 @@ def build(bld):
|
||||
linkflags = "-T {}".format(lds),
|
||||
)
|
||||
|
||||
bld(
|
||||
source = bld.env.KERNEL_FILENAME,
|
||||
target = "{}/kernel.dump".format(bld.out_dir),
|
||||
rule = "objdump -D ${SRC} > ${TGT}",
|
||||
)
|
||||
|
||||
# vim: ft=python et
|
||||
|
||||
Reference in New Issue
Block a user