# This file in Makefile syntax is intended to project-related variables
# like project name, compilation flags and the like.
# If you use version control (you should anyway), 
# include this file in your versioned project history.
PROJNAME=mycdctpr
# Suggested parameters to put in this file if needed:
# CODELOC is base address on the CPC of the generated binary
# CODELOC=0x4000
# If your program is big you may want to lower CODELOC but be careful to ensure that pointers passed to most firmware routines are at 0x4000 or above.
# Override keyword below allows things like MAKE CFLAGS="-DNDEBUG=1"
# Ref https://stackoverflow.com/questions/2129391/append-to-gnu-make-variables-via-command-line
# override CFLAGS := -I$(abspath $(CDTC_ROOT)/cpclib/cfwi/include/) $(CFLAGS)
# override LDLIBS := -l$(abspath $(CDTC_ENV_FOR_CFWI) ) $(CFLAGS)
