invaders: build rule fix
authorAlan Cox <alan@linux.intel.com>
Sun, 2 Sep 2018 13:49:20 +0000 (14:49 +0100)
committerAlan Cox <alan@linux.intel.com>
Sun, 2 Sep 2018 13:49:20 +0000 (14:49 +0100)
Applications/cursesgames/Makefile.z80

index 48c36ce..fe9c9a0 100644 (file)
@@ -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