diff options
| -rw-r--r-- | appl/cmd/mkfile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/appl/cmd/mkfile b/appl/cmd/mkfile index a422ace..062b58c 100644 --- a/appl/cmd/mkfile +++ b/appl/cmd/mkfile @@ -1,13 +1,15 @@ <../../mkconfig TARG=\ - sh9.dis\ + sh9.dis\ sh92.dis\ + sh9cmd.dis\ SYSMODULES=\ sh9util.m\ sh9parser.m\ - sys.m\ + sh9cmd.m\ + sys.m\ DISBIN=$ROOT/dis |
