htget: doesn't need stdio
authorAlan Cox <alan@linux.intel.com>
Sat, 11 Nov 2017 17:24:29 +0000 (17:24 +0000)
committerAlan Cox <alan@linux.intel.com>
Sat, 11 Nov 2017 17:24:29 +0000 (17:24 +0000)
Applications/netd/Makefile.z80

index 93b7eb7..7c2da1e 100644 (file)
@@ -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)