TI-84/makefile
2020-10-11 12:45:50 +02:00

16 lines
404 B
Makefile

# ----------------------------
# Set NAME to the program name
# Set ICON to the png icon file name
# Set DESCRIPTION to display within a compatible shell
# Set COMPRESSED to "YES" to create a compressed program
# ----------------------------
NAME ?= DVDASM
COMPRESSED ?= NO
ICON ?= iconc.png
DESCRIPTION ?= "C SDK Demo"
# ----------------------------
include $(CEDEV)/include/.makefile