Subversion Repositories Krakow BASIC

Rev

Rev 5 | Rev 8 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5 Rev 6
Line 1... Line 1...
1
# $Id: c64.mk 5 2024-09-03 22:41:31Z nishi $
1
# $Id: a800xl.mk 6 2024-09-03 22:57:45Z nishi $
2
 
2
 
3
CC = cc65
3
CC = cc65
4
LD = cl65
4
LD = cl65
5
CFLAGS = -DPLATFORM_C64 --static-locals -t c64
5
CFLAGS = -DPLATFORM_A800XL --static-locals -t atarixl
6
LDFLAGS = --config $(PWD)/c64rom.cfg
6
LDFLAGS = -t atarixl
7
LIBS = c64rom.s
7
LIBS =
8
EXEC = .80
8
EXEC = .rom
9
OBJ = .s
9
OBJ = .s