make intro awesome

This commit is contained in:
Ciro Santilli
2018-09-12 10:46:05 +01:00
parent 8ae43f00ec
commit 1669470dd6
4 changed files with 210 additions and 140 deletions

View File

@@ -143,6 +143,13 @@ Default: the run ID (-n) if that is an integer, otherwise 0.
parser.set_defaults(**defaults)
return parser
def add_build_arguments(parser):
parser.add_argument(
'--clean',
help='Clean the build instead of building.',
action='store_true',
)
def get_elf_entry(elf_file_path):
global this
readelf_header = subprocess.check_output([