Skip to content

Commit

Permalink
Cut rust stuff make target
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdrozd committed Nov 10, 2023
1 parent 92133f0 commit 44b267c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ idris :

RUST_STUFF = tm/rust_stuff.so

$(RUST_STUFF) :
cargo build --release
cp target/release/librust_stuff.so $(RUST_STUFF)

rust :
cargo build --release
cp target/release/librust_stuff.so $(RUST_STUFF)
Expand Down

0 comments on commit 44b267c

Please sign in to comment.