From: Alan Cox Date: Wed, 22 Jun 2016 09:09:14 +0000 (+0100) Subject: runcpm: no stdio needed X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=2ddeef40e2d7465cddb98da5f165b4fdd3351080;p=FUZIX.git runcpm: no stdio needed --- diff --git a/Applications/cpm/Makefile b/Applications/cpm/Makefile index e8c7d2f9..645fd888 100644 --- a/Applications/cpm/Makefile +++ b/Applications/cpm/Makefile @@ -12,7 +12,7 @@ emulator: emulator.s dd if=emulator.tmp of=emulator.bin bs=1 count=4096 skip=$(BASE) runcpm: runcpm.c - fcc -O2 -c runcpm.c + fcc -O2 -c --nostdio runcpm.c fcc -o runcpm runcpm.rel clean: