diff options
Diffstat (limited to 'appl/lib/styxconv/mkfile')
| -rw-r--r-- | appl/lib/styxconv/mkfile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/appl/lib/styxconv/mkfile b/appl/lib/styxconv/mkfile new file mode 100644 index 00000000..fe4ad61e --- /dev/null +++ b/appl/lib/styxconv/mkfile @@ -0,0 +1,20 @@ +<../../../mkconfig + +TARG=\ + ostyx.dis\ + styxconv.dis\ + +MODULES=\ + ostyx.m\ + osys.m\ + +SYSMODULES=\ + bufio.m\ + draw.m\ + styx.m\ + styxconv.m\ + sys.m\ + +DISBIN=$ROOT/dis/lib/styxconv + +<$ROOT/mkfiles/mkdis |
