TI-84/makefile

16 lines
402 B
Makefile
Raw Normal View History

2019-12-17 22:50:36 +01:00
# ----------------------------
# 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 ?= DEMO
COMPRESSED ?= NO
ICON ?= iconc.png
DESCRIPTION ?= "C SDK Demo"
# ----------------------------
include $(CEDEV)/include/.makefile