mirror of
https://github.com/devkitPro/wut.git
synced 2026-08-20 01:25:58 -05:00
samples: make WUT_ROOT makefile-local, always rely on DEVKITPRO
This commit is contained in:
@@ -8,11 +8,7 @@ endif
|
||||
|
||||
TOPDIR ?= $(CURDIR)
|
||||
|
||||
ifeq ($(strip $(WUT_ROOT)),)
|
||||
include $(DEVKITPRO)/wut/share/wut_rules
|
||||
else
|
||||
include $(WUT_ROOT)/share/wut_rules
|
||||
endif
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
# TARGET is the name of the output
|
||||
|
||||
Reference in New Issue
Block a user