jong/justfile

19 lines
329 B
Makefile
Raw Normal View History

2026-01-16 22:37:05 -08:00
set shell := ["nu", "-c"]
alias rt := run-tui
2026-01-22 14:24:34 -08:00
alias s := spacetime
2026-01-16 22:37:05 -08:00
default:
just --list
run-tui:
cargo run -- run-tui
update:
cargo update
nix flake update
2026-01-22 14:24:34 -08:00
spacetime:
spacetime build --project-path jongline
spacetime generate --lang rust --project-path jongline --out-dir jong/src/jongline_bindings