From: Alan Cox Date: Mon, 30 Apr 2018 17:29:32 +0000 (+0100) Subject: ue: Fix z80 v rabbit X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=ea5fef5dfb1b69cab6501abcf20a939cb28455e1;p=FUZIX.git ue: Fix z80 v rabbit --- diff --git a/Applications/ue/Makefile.z80 b/Applications/ue/Makefile.z80 index af3def0b..cf5441f0 100644 --- a/Applications/ue/Makefile.z80 +++ b/Applications/ue/Makefile.z80 @@ -1,6 +1,6 @@ .SUFFIXES: .c .rel -CC = fcc +CC = fcc -m$(USERCPU) CFLAGS = -c COPT = -O2