From 02d501f707773464863af21b57ab9ddcaf2abc82 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sat, 11 Nov 2017 17:24:29 +0000 Subject: [PATCH] htget: doesn't need stdio --- Applications/netd/Makefile.z80 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.34.1