feat: justfile

This commit is contained in:
Nova
2024-10-07 21:02:40 -04:00
parent f330492a01
commit a4ec7c7c6b

9
justfile Normal file
View File

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