Remove the empty "luma" folder from the output folder since it will be created automatically when running Luma3DS.
This commit is contained in:
parent
3bc966f84e
commit
95ef379ac5
2
Makefile
2
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
|
||||
|
Reference in New Issue
Block a user