Update Makefile

This commit is contained in:
TuxSH 2017-04-11 14:45:17 +02:00
parent 0eab9127e3
commit 4a042241a8

View File

@ -60,6 +60,11 @@ clean:
.PRECIOUS: $(dir_build)/%.bin
.PHONY: $(dir_loader)
.PHONY: $(dir_arm9_exceptions)
.PHONY: $(dir_arm11_exceptions)
.PHONY: $(dir_injector)
$(dir_out) $(dir_build):
@mkdir -p "$@"