From 95ef379ac5053f45772dc5867746f0bcd9aab700 Mon Sep 17 00:00:00 2001 From: TuxSH Date: Sat, 13 Aug 2016 23:56:07 +0200 Subject: [PATCH] Remove the empty "luma" folder from the output folder since it will be created automatically when running Luma3DS. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 676e94f..c6e7de2 100644 --- a/Makefile +++ b/Makefile @@ -58,7 +58,7 @@ clean: @rm -rf $(dir_out) $(dir_build) $(dir_out): - @mkdir -p "$(dir_out)/luma/payloads" + @mkdir -p "$(dir_out)" $(dir_out)/$(name).dat: $(dir_build)/main.bin $(dir_out) @$(MAKE) $(FLAGS) -C $(dir_mset) launcher