Merge pull request #1 from archshift/patch-1

Remove hardcoded CTRULIB variable
This commit is contained in:
mtheall 2014-11-23 18:12:23 -06:00
commit 2c2bf5c8ab

View File

@ -2,8 +2,6 @@
.SUFFIXES:
#---------------------------------------------------------------------------------
CTRULIB:=/home/mtheall/workspace/ninjhax/ctrulib/libctru
ifeq ($(strip $(DEVKITARM)),)
$(error "Please set DEVKITARM in your environment. export DEVKITARM=<path to>devkitARM")
endif