mirror of
https://github.com/SEPPDROID/Digital-Research-Source-Code.git
synced 2025-10-23 08:24:18 +00:00
8 lines
225 B
Plaintext
8 lines
225 B
Plaintext
mkver "preproc - ";
|
|
c68 -S -L -DMC68000 -DVERSADOS cexpr.c
|
|
c68 -S -L -DMC68000 -DVERSADOS lex.c
|
|
c68 -S -L -DMC68000 -DVERSADOS macro.c
|
|
c68 -S -L -DMC68000 -DVERSADOS main.c
|
|
c68 -S -L -DMC68000 -DVERSADOS version.c
|
|
mv *.s vst
|