refactor: justfile

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

View File

@@ -1,9 +1,12 @@
PREFIX := "usr"
PREFIX := "usr"
BINARY := PREFIX / "bin"
DESTDIR := "/"
build:
cargo build --release
test:
cargo test
install:
install -Dm755 target/release/stardust-xr-server {{ DESTDIR }}{{ BINARY }}/stardust-xr-server