From 95d2d0a6bd3b762bc6103c48b7d24ddde0e7edbd Mon Sep 17 00:00:00 2001 From: Aurora Wright Date: Thu, 12 Oct 2017 20:56:47 +0200 Subject: [PATCH] Update makefile --- Makefile | 2 +- .../luma3ds_exception_dump_parser/__init__.py | 0 .../luma3ds_exception_dump_parser/__main__.py | 0 exceptions/{parser => exception_dump_parser}/setup.py | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename exceptions/{parser => exception_dump_parser}/luma3ds_exception_dump_parser/__init__.py (100%) rename exceptions/{parser => exception_dump_parser}/luma3ds_exception_dump_parser/__main__.py (100%) rename exceptions/{parser => exception_dump_parser}/setup.py (100%) 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