jak-project/Taskfile.yml
2021-05-01 10:33:41 -04:00

12 lines
299 B
YAML

version: '3'
tasks:
format:
cmds:
- python ./third-party/run-clang-format/run-clang-format.py -r common decompiler game goalc test -i
run-game:
cmds:
- ./out/build/Debug/bin/gk.exe -fakeiso -debug -nodisplay
repl:
cmds:
- ./out/build/Debug/bin/goalc.exe -auto-lt