From: Alan Cox Date: Sun, 8 Mar 2015 22:06:02 +0000 (+0000) Subject: libs: Fix typo in Makefile X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=a5a22cff6b198690eb8cfa21d0a6bd9d31ebe905;p=FUZIX.git libs: Fix typo in Makefile --- diff --git a/Library/libs/Makefile b/Library/libs/Makefile index c3356e72..2bcb8ed3 100644 --- a/Library/libs/Makefile +++ b/Library/libs/Makefile @@ -3,8 +3,8 @@ ASM = sdasz80 AR = sdar LINKER = sdldz80 # This gets set for 'awkward' devices like ZX128 -#PLATFORM = -zx128 -PLATFORM = +PLATFORM = -zx128 +#PLATFORM = export PLATFORM #CC_OPT = -mz80 -c --opt-code-size --std-c99 --max-allocs-per-node 2000000 -I../include CC_OPT = -mz80 --std-c99 -c --opt-code-size --max-allocs-per-node 20000 -I../include @@ -78,7 +78,7 @@ syslib$(PLATFORM).lib: syscall.l libc.l sdccz80.lib cp sdccz80.lib syslib$(PLATFORM).lib $(AR) rc syslib$(PLATFORM).lib @syslib.l $(AR) s syslib$(PLATFORM).lib - ln -sf syslib$(PLARFORM).lib c$(PLATFORM).lib + ln -sf syslib$(PLATFORM).lib c$(PLATFORM).lib fuzix/syslib.l: ../tools/syscall