From 7827feaa2f8973e8e9a704ba7bc546e2e77d8f77 Mon Sep 17 00:00:00 2001 From: Diegoisawesome Date: Thu, 26 Oct 2017 18:03:19 -0500 Subject: Final fixes before dump --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ca8348f68..bd764a921 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ CPP := $(DEVKITARM)/bin/arm-none-eabi-cpp CPPFLAGS := -I tools/agbcc/include -iquote include -nostdinc -undef LD := $(DEVKITARM)/bin/arm-none-eabi-ld -LDFLAGS = -Map $(MAP) +LDFLAGS = -Map ../../$(MAP) OBJCOPY := $(DEVKITARM)/bin/arm-none-eabi-objcopy -- cgit v1.2.3