diff --git a/Makefile b/Makefile index 6e5cbd0..a483504 100644 --- a/Makefile +++ b/Makefile @@ -6,11 +6,6 @@ ifeq ($(strip $(DEVKITARM)),) $(error "Please set DEVKITARM in your environment. export DEVKITARM=devkitARM") endif -ifeq ($(strip $(CTRULIB)),) -# THIS IS TEMPORARY - in the future it should be at $(DEVKITPRO)/libctru -$(error "Please set CTRULIB in your environment. export CTRULIB=libctru") -endif - TOPDIR ?= $(CURDIR) include $(DEVKITARM)/3ds_rules