Fix building the example plugin when WUT_ROOT is not set

This commit is contained in:
Maschell 2020-05-03 11:17:00 +02:00
parent 195e686a50
commit 96040c75ab

View File

@ -10,6 +10,7 @@ TOPDIR ?= $(CURDIR)
include $(DEVKITPRO)/wups/share/wups_rules
WUT_ROOT := $(DEVKITPRO)/wut
#-------------------------------------------------------------------------------
# TARGET is the name of the output
# BUILD is the directory where object files & intermediate files will be placed