Skip to content

Commit

Permalink
refactor: justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
technobaboo committed Oct 31, 2024
1 parent 6fc5e5f commit f9f6ee1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f9f6ee1

Please sign in to comment.