Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
# $Id: pet.mk 9 2024-09-04 15:25:47Z nishi $
CC = cc65
LD = cl65
CFLAGS = -DPLATFORM_PET --static-locals -t pet -Os
LDFLAGS = -t pet -Os
LIBS =
EXEC = .prg
OBJ = .s