From: Alan Cox Date: Sun, 2 Sep 2018 13:49:20 +0000 (+0100) Subject: invaders: build rule fix X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=eb31b4aeb9a85d2940b89ed25678f086c2093d96;p=FUZIX.git invaders: build rule fix --- diff --git a/Applications/cursesgames/Makefile.z80 b/Applications/cursesgames/Makefile.z80 index 48c36cef..fe9c9a07 100644 --- a/Applications/cursesgames/Makefile.z80 +++ b/Applications/cursesgames/Makefile.z80 @@ -18,7 +18,7 @@ $(OBJS): %.rel: %.c $(FCC) $(Z80_PLATFORM) -c $< %: %.rel - $(FCC) $(Z80_PLATFORM) $(LIBS) $< -o $@ + $(FCC) $(Z80_PLATFORM) $< -o $@ $(LIBS) sizes: $(APPS) ls -l $(APPS) >size.report