doggo/justfile

8 lines
111 B
Plaintext

godot_project := "./godot-impl/project.godot"
run:
nixGL zig build run
edit:
nixGL godot {{godot_project}}