From d702b4c9be1522215dee59242ae1f091f47c95a7 Mon Sep 17 00:00:00 2001 From: Kronos2308 <36446521+Kronos2308@users.noreply.github.com> Date: Fri, 3 Jul 2020 08:07:51 +0100 Subject: [PATCH] Update Makefile --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index ec9220c..4f67318 100644 --- a/Makefile +++ b/Makefile @@ -7,8 +7,6 @@ $(error "Please set DEVKITPRO in your environment. export DEVKITPRO=/de endif TOPDIR ?= $(CURDIR) -LIBNX = $(TOPDIR)/libnx -include $(LIBNX)/switch_rules include $(DEVKITPRO)/libnx/switch_rules #---------------------------------------------------------------------------------