From 57c5473f8ecdb0e8a6c490b257b73676cc5525d6 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Fri, 21 Nov 2014 09:26:12 +0000 Subject: [PATCH] remove temp check for CTRULIB --- template/Makefile | 5 ----- 1 file changed, 5 deletions(-) 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