This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#--------------------------------------------------------------------------------- | |
# Clear the implicit built in rules | |
#--------------------------------------------------------------------------------- | |
.SUFFIXES: | |
#--------------------------------------------------------------------------------- | |
ifeq ($(strip $(DEVKITPPC)),) | |
$(error "Please set DEVKITPPC in your environment. export DEVKITPPC=<path to>devkitPPC") | |
endif | |
include $(DEVKITPPC)/wii_rules |