Skip to content

Commit

Permalink
Update target.mk
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Hunter <[email protected]>
  • Loading branch information
ianfhunter authored Nov 25, 2023
1 parent 368d96f commit bef93a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rust/target.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.PHONY: rust

rust: all
cd src/rust && LD_LIBRARY_PATH=$(PWD)/../../build/ ldd $(PWD)/../../build/libdice.so
cd src/rust && LD_LIBRARY_PATH=$(PWD)/../../build/ cargo build -v
cd src/rust && LD_LIBRARY_PATH=$(PWD)/../../build/ cargo run

0 comments on commit bef93a4

Please sign in to comment.