Guest User

Untitled

a guest
Feb 25th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. main: libsample.a
  2. gcc -lpthread -ldl main.c libsample.a -o main
  3.  
  4. libsample.a: sample.rs
  5. rustc --crate-type=staticlib sample.rs
  6.  
  7. clean:
  8. rm -f main libsample.a
Add Comment
Please, Sign In to add comment