From eb31b4aeb9a85d2940b89ed25678f086c2093d96 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sun, 2 Sep 2018 14:49:20 +0100 Subject: [PATCH] invaders: build rule fix --- Applications/cursesgames/Makefile.z80 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1