From ea5fef5dfb1b69cab6501abcf20a939cb28455e1 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Mon, 30 Apr 2018 18:29:32 +0100 Subject: [PATCH] ue: Fix z80 v rabbit --- Applications/ue/Makefile.z80 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1