using a different test file
This commit is contained in:
parent
30e6ce40b5
commit
6b6ebc8c58
3 changed files with 6 additions and 51 deletions
2
justfile
2
justfile
|
@ -2,7 +2,7 @@ default:
|
|||
just --list
|
||||
build:
|
||||
RUST_LOG=debug cargo build
|
||||
run ui=' ' file='~/dev/lumina-iced/test_presentation.lisp':
|
||||
run ui=' ' file='~/dev/lumina-iced/testypres.lisp':
|
||||
RUST_LOG=debug cargo run -- {{ui}} {{file}}
|
||||
clean:
|
||||
RUST_LOG=debug cargo clean
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue