diff --git a/Makefile b/Makefile index 4e6a48a..591a3d7 100644 --- a/Makefile +++ b/Makefile @@ -96,7 +96,7 @@ clean: $(dir_out)/$(name)$(revision).7z: all @mkdir -p "$(@D)" - @7z a -mx $@ ./$(@D)/* ./$(dir_exceptions)/exception_dump_parser.py + @[ -f "$@" ] || 7z a -mx $@ ./$(@D)/* ./$(dir_exceptions)/exception_dump_parser -xr!.DS_Store $(dir_out)/boot.firm: $(dir_build)/modules.bin $(dir_build)/arm11.elf $(dir_build)/main.elf $(dir_build)/k11_extension.bin @mkdir -p "$(@D)" diff --git a/exceptions/parser/luma3ds_exception_dump_parser/__init__.py b/exceptions/exception_dump_parser/luma3ds_exception_dump_parser/__init__.py similarity index 100% rename from exceptions/parser/luma3ds_exception_dump_parser/__init__.py rename to exceptions/exception_dump_parser/luma3ds_exception_dump_parser/__init__.py diff --git a/exceptions/parser/luma3ds_exception_dump_parser/__main__.py b/exceptions/exception_dump_parser/luma3ds_exception_dump_parser/__main__.py similarity index 100% rename from exceptions/parser/luma3ds_exception_dump_parser/__main__.py rename to exceptions/exception_dump_parser/luma3ds_exception_dump_parser/__main__.py diff --git a/exceptions/parser/setup.py b/exceptions/exception_dump_parser/setup.py similarity index 100% rename from exceptions/parser/setup.py rename to exceptions/exception_dump_parser/setup.py