1
0
mirror of https://github.com/cc65/cc65.git synced 2025-08-07 15:25:31 +00:00

Make label file for c610 platform.

This commit is contained in:
Sven Michael Klose
2021-12-25 20:11:22 +01:00
committed by mrdudz
parent 6aabee0564
commit d5591bc184

View File

@@ -135,7 +135,7 @@ endif
ifeq ($(SYS),cbm510) ifeq ($(SYS),cbm510)
LDFLAGS+=-Ln $@.lbl LDFLAGS+=-Ln $@.lbl
endif endif
ifeq ($(SYS),cbm510) ifeq ($(SYS),cbm610)
LDFLAGS+=-Ln $@.lbl LDFLAGS+=-Ln $@.lbl
endif endif
ifeq ($(SYS),cx16) ifeq ($(SYS),cx16)