mirror of
https://github.com/TheOnlyZac/sly1.git
synced 2024-11-22 21:29:55 +00:00
Add checksum
This commit is contained in:
parent
9f04bd5d08
commit
622bb6e1de
1
checksum.sha1
Normal file
1
checksum.sha1
Normal file
@ -0,0 +1 @@
|
||||
57dc305db57932ad3f1122966cdb695d2e62a47a out/SCUS_971.98
|
@ -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():
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user