]> git.sur5r.net Git - cc65/blobdiff - samples/Makefile
Fixed an error in the special purpose allocator in expr.c.
[cc65] / samples / Makefile
index 44276154d8138e148f64cb1c19b2456ee8d4acf5..a5bf9acefe3ae8fe2697176a87194c43e3e26a55 100644 (file)
@@ -64,7 +64,7 @@ C1541         = c1541
        @$(AS) $(MY_ASM) -t $(SYS) $<
 
 .o:
-       @$(LD) -t $(SYS) -m $(basename $@).map -o $@ $^ $(CLIB)
+       @$(LD) -o $@ -t $(SYS) -m $(basename $@).map $^ $(CLIB)
 
 
 # --------------------------------------------------------------------------