feat: justfile

This commit is contained in:
Nova
2024-10-07 21:02:40 -04:00
parent 96b4e22e10
commit fe22d3954a

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