mirror of
https://github.com/open-goal/jak-project
synced 2026-08-20 06:16:35 -04:00
decomp: Decompile wind (#480)
* decomp: Decompile `wind` * include `<limits>`
This commit is contained in:
+3
-1
@@ -29,7 +29,9 @@ tasks:
|
||||
- task: decomp
|
||||
decomp-list:
|
||||
cmds:
|
||||
- python ./scripts/next-decomp-file.py --list
|
||||
- python ./scripts/next-decomp-file.py --list "{{.LIST}}"
|
||||
vars:
|
||||
LIST: '{{default "0" .LIST}}'
|
||||
cleanup-all-types:
|
||||
cmds:
|
||||
- python ./scripts/cleanup-all-types.py
|
||||
|
||||
Reference in New Issue
Block a user