mirror of
https://github.com/erkyrath/infocom-zcode-terps.git
synced 2026-02-22 23:28:15 +00:00
6 lines
80 B
Batchfile
6 lines
80 B
Batchfile
echo off
|
|
echo --- Compile %1.C to .O
|
|
echo on
|
|
lc1m -d -i\include\ %1
|
|
lc2m -s %1
|