just changes

This commit is contained in:
Chris Cochrun 2025-02-03 09:23:38 -06:00
parent 9753c6f366
commit e7d06b5b6c

View file

@ -1,9 +1,12 @@
ui := "-i"
file := "~/dev/lumina-iced/test_presentation.lisp"
default:
just --list
build:
RUST_LOG=debug cargo build
run ui=' ' file='~/dev/lumina-iced/test_presentation.lisp':
RUST_LOG=debug cargo run -- -i {{ui}} {{file}}
run:
RUST_LOG=debug cargo run -- {{ui}} {{file}}
clean:
RUST_LOG=debug cargo clean
test: