diff --git a/Taskfile.yml b/Taskfile.yml index 229c5d42d0..4967fdb2d9 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -17,11 +17,15 @@ tasks: env: OPENGOAL_DECOMP_DIR: "jak1/" cmds: - # (mi) | (test-play) + - ./out/build/Release/bin/goalc.exe + repl-lt: + env: + OPENGOAL_DECOMP_DIR: "jak1/" + cmds: - ./out/build/Release/bin/goalc.exe -auto-lt decomp: cmds: - - ./out/build/Release/bin/decompiler.exe "./decompiler/config/jak1_ntsc_black_label.jsonc" "./iso_data/jak1" "./decompiler_out/jak1" + - ./out/build/Release/bin/decompiler.exe "./decompiler/config/jak1_ntsc_black_label.jsonc" "./iso_data" "./decompiler_out" decomp-clean: cmds: - rm ./decompiler_out/**/*.asm