diff --git a/samples/Makefile b/samples/Makefile index 44276154d..a5bf9acef 100644 --- a/samples/Makefile +++ b/samples/Makefile @@ -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) # --------------------------------------------------------------------------