refactor: justfile

This commit is contained in:
Nova
2024-10-31 07:40:12 -04:00
parent 68b06d8810
commit 5c8a0845c2

View File

@@ -5,5 +5,8 @@ DESTDIR := "/"
build: build:
cargo build --release cargo build --release
test:
cargo test
install: install:
install -Dm755 target/release/stardust-xr-server {{ DESTDIR }}{{ BINARY }}/stardust-xr-server install -Dm755 target/release/stardust-xr-server {{ DESTDIR }}{{ BINARY }}/stardust-xr-server