fbi-i18n-zh/Makefile
2015-08-29 09:39:56 -07:00

13 lines
537 B
Makefile

ifeq ($(strip $(DEVKITPRO)),)
$(error "Please set DEVKITPRO in your environment. export DEVKITPRO=<path to>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