From: Alan Cox Date: Sat, 11 Nov 2017 17:24:29 +0000 (+0000) Subject: htget: doesn't need stdio X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=02d501f707773464863af21b57ab9ddcaf2abc82;p=FUZIX.git htget: doesn't need stdio --- diff --git a/Applications/netd/Makefile.z80 b/Applications/netd/Makefile.z80 index 93b7eb70..7c2da1e1 100644 --- a/Applications/netd/Makefile.z80 +++ b/Applications/netd/Makefile.z80 @@ -43,7 +43,7 @@ irc: tinyirc.rel linein.rel gethostbyname.rel fcc -o $@ $^ htget: htget.rel gethostbyname.rel - fcc -o $@ $^ + fcc --nostdio -o $@ $^ clean: rm -f *.rel *.lst *.asm *.noi *.map *.lk *.sym *~ *.ihx *.bin $(APPS)