ifeq ($(strip $(DEVKITPRO)),) $(error "Please set DEVKITPRO in your environment. export DEVKITPRO=devkitPRO") endif #--------------------------------------------------------------------------------- # BUILD_FLAGS: List of extra build flags to add. # ENABLE_EXCEPTIONS: Enable C++ exceptions. # NO_CITRUS: Do not include citrus. #--------------------------------------------------------------------------------- BUILD_FLAGS := -DVERSION_STRING="\"`git describe --tags --abbrev=0`\"" include $(DEVKITPRO)/citrus/tools/make_base