Subversion Repositories Krakow BASIC

Rev

Rev 8 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8 Rev 29
Line 1... Line 1...
1
# $Id: apple2.mk 8 2024-09-04 11:49:13Z nishi $
1
# $Id: apple2.mk 29 2024-09-05 04:27:28Z nishi $
2
 
2
 
3
CC = cc65
3
CC = cc65
4
LD = cl65
4
LD = cl65
5
CFLAGS = -DPLATFORM_APPLE2 --static-locals -t apple2 -Os
5
CFLAGS = -DPLATFORM_APPLE2 --static-locals -t apple2 -Os
6
LDFLAGS = -t apple2 -Os
6
LDFLAGS = -t apple2 -Os -o
7
LIBS =
7
LIBS =
8
EXEC =
8
EXEC =
9
OBJ = .s
9
OBJ = .s
10
TARGET = krakow.dsk
10
TARGET = krakow.dsk