refactor: justfile

This commit is contained in:
Nova
2024-10-31 07:40:12 -04:00
parent be709efbdd
commit 58a17fedba

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