From 1bf6972f21e63305acce86137597e54c4603d451 Mon Sep 17 00:00:00 2001 From: Tyler Wilding Date: Sun, 6 Feb 2022 22:37:12 -0500 Subject: [PATCH] scripts: adjust fix Taskfile recipes to work with recent changes (#1136) --- Taskfile.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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