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: default:
just --list just --list
build: build:
RUST_LOG=debug cargo build RUST_LOG=debug cargo build
run ui=' ' file='~/dev/lumina-iced/test_presentation.lisp': run:
RUST_LOG=debug cargo run -- -i {{ui}} {{file}} RUST_LOG=debug cargo run -- {{ui}} {{file}}
clean: clean:
RUST_LOG=debug cargo clean RUST_LOG=debug cargo clean
test: test: