Add checksum

This commit is contained in:
Mc-muffin 2024-06-28 01:53:45 -05:00
parent 9f04bd5d08
commit 622bb6e1de
2 changed files with 8 additions and 0 deletions

1
checksum.sha1 Normal file
View File

@ -0,0 +1 @@
57dc305db57932ad3f1122966cdb695d2e62a47a out/SCUS_971.98

View File

@ -193,6 +193,13 @@ def build_stuff(linker_entries: List[LinkerEntry]):
PRE_ELF_PATH,
)
ninja.build(
ELF_PATH + ".ok",
"sha1sum",
"checksum.sha1",
implicit=[ELF_PATH],
)
#MARK: Main
def main():
"""