prizm_racing/ce/makefile

18 lines
335 B
Makefile
Raw Normal View History

2022-12-07 22:40:07 +01:00
# ----------------------------
# Makefile Options
# ----------------------------
NAME = DEMO
ICON = icon.png
DESCRIPTION = "CE C Toolchain Demo"
2022-12-07 23:02:38 +01:00
COMPRESSED = YES
2022-12-07 22:40:07 +01:00
ARCHIVED = NO
SRCDIR = ../src/
CFLAGS = -Wall -Wextra -Oz -DCE
CXXFLAGS = -Wall -Wextra -Oz -DCE
# ----------------------------
include $(shell cedev-config --makefile)