diff --git a/template/Makefile b/template/Makefile index 568eda2..c4c758e 100644 --- a/template/Makefile +++ b/template/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