diff --git a/Makefile b/Makefile index a9238e4..5c5933d 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