mirror of
https://gitlab.com/Theopse/fbi-i18n-zh.git
synced 2025-04-06 03:58:02 +08:00
11 lines
474 B
Makefile
11 lines
474 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.
|
|
# NO_CTRCOMMON: Do not include ctrcommon.
|
|
# ENABLE_EXCEPTIONS: Enable C++ exceptions.
|
|
#---------------------------------------------------------------------------------
|
|
|
|
include $(DEVKITPRO)/ctrcommon/tools/make_base |