diff options
| author | Konstantin Kirik (snegovick) <snegovick@uprojects.org> | 2025-12-12 06:24:08 +0300 |
|---|---|---|
| committer | Konstantin Kirik (snegovick) <snegovick@uprojects.org> | 2025-12-12 06:24:08 +0300 |
| commit | 06c7845f0247e77ed861b85b6c48556f6b6b120d (patch) | |
| tree | 6e9eac0970f97bdae439925772f51f232af5e30f /appl/lib/mkfile | |
| parent | a40ef1434889babbd88c9d0c5913c70e96ac2774 (diff) | |
Reorganize files according to proper directory structure
Diffstat (limited to 'appl/lib/mkfile')
| -rw-r--r-- | appl/lib/mkfile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/appl/lib/mkfile b/appl/lib/mkfile new file mode 100644 index 0000000..0becc2b --- /dev/null +++ b/appl/lib/mkfile @@ -0,0 +1,19 @@ +<../../mkconfig + +TARG=\ + sh9util.dis\ + sh9parser.dis\ + + +SYSMODULES=\ + sh9util.m\ + sh9parser.m\ + sys.m\ + + +MODULES=\ + + +DISBIN=$ROOT/dis/lib + +<$ROOT/mkfiles/mkdis |
