Skip to content

Instantly share code, notes, and snippets.

@Quriz
Quriz / Makefile
Last active September 7, 2023 20:08
My working version of the Makefile for libwiigui
#---------------------------------------------------------------------------------
# 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