make/cc.mk

Fri, 22 Aug 2025 23:27:36 +0200

author
Mike Becker <universe@uap-core.de>
date
Fri, 22 Aug 2025 23:27:36 +0200
changeset 274
ba7f043f9fdf
parent 104
2ca88ec29953
permissions
-rw-r--r--

move the player's life "controller" to a behavior

#
# cc toolchain config
#

CFLAGS =
DEBUG_CFLAGS = -g
RELEASE_CFLAGS = -O3 -DNDEBUG
LDFLAGS =

mercurial