summaryrefslogtreecommitdiff
path: root/appl/cmd/mkfile
diff options
context:
space:
mode:
authorKonstantin Kirik (snegovick) <snegovick@uprojects.org>2025-12-18 01:07:26 +0300
committerKonstantin Kirik (snegovick) <snegovick@uprojects.org>2025-12-18 01:07:26 +0300
commit35d568b3fa8f9651430ac8582ca45b6fa6d41ff2 (patch)
treec117a93dd8c1e8416868daaad9323c879c527791 /appl/cmd/mkfile
parenta104f80e61f7e6a110a209cf7cc5ffd09d6b5b4f (diff)
Add sh9cmd module which is used as cli command module prototype for use with runtime load
Diffstat (limited to 'appl/cmd/mkfile')
-rw-r--r--appl/cmd/mkfile6
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