mirror of
https://gitlab.com/Theopse/fbi-i18n-zh.git
synced 2025-04-05 19:41:43 +08:00
13 lines
537 B
Makefile
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
|