From 8c79285774c23fa49d81032b8b019a4562814de4 Mon Sep 17 00:00:00 2001 From: Aurora Date: Sun, 11 Sep 2016 01:28:57 +0200 Subject: [PATCH] Redundancy --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a9238e40..5c5933d2 100644 --- a/Makefile +++ b/Makefile @@ -20,8 +20,8 @@ dir_patches := patches dir_loader := loader dir_injector := injector dir_exceptions := exceptions -dir_arm9_exceptions := exceptions/arm9 -dir_arm11_exceptions := exceptions/arm11 +dir_arm9_exceptions := $(dir_exceptions)/arm9 +dir_arm11_exceptions := $(dir_exceptions)/arm11 dir_mset := CakeHax dir_ninjhax := CakeBrah dir_build := build