diff --git a/loader/Makefile b/loader/Makefile index ec80834..22d37d7 100644 --- a/loader/Makefile +++ b/loader/Makefile @@ -11,9 +11,6 @@ endif ifeq ($(strip $(DEVKITPRO)),) $(error "Please set DEVKITPRO in your environment. export DEVKITPRO=devkitPRO") endif -ifeq ($(strip $(WUT_ROOT)),) -$(error "Please set WUT_ROOT in your environment. export WUT_ROOT=wut) -endif export PATH := $(DEVKITPPC)/bin:$(PORTLIBS)/bin:$(PATH):$(DEVKITPRO)/tools/bin export PORTLIBS := $(DEVKITPRO)/portlibs/ppc @@ -87,9 +84,7 @@ LIBS := -lgui -lm -lgcc -lfat -lntfs -liosuhax -lutils -ldynamiclibs -lfreetype #--------------------------------------------------------------------------------- LIBDIRS := $(CURDIR) \ $(DEVKITPPC)/lib \ - $(DEVKITPRO)/wups \ - $(WUT_ROOT) \ - + $(DEVKITPRO)/wups #--------------------------------------------------------------------------------- # no real need to edit anything past this point unless you need to add additional