From e7d06b5b6c1944924c35841f4813e86d0a2cddbb Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Mon, 3 Feb 2025 09:23:38 -0600 Subject: [PATCH] just changes --- justfile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/justfile b/justfile index d6e55c4..70abe2c 100644 --- a/justfile +++ b/justfile @@ -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: