1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 23:29:39 +00:00

Make label file for c610 platform.

This commit is contained in:
Sven Michael Klose 2021-12-25 20:11:22 +01:00
parent 412a30987a
commit f4702cbc40

View File

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