alien_ffi 0.1.0

An FFI stub for OCaml.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
TARGET = libalien_ffi_rs

$(TARGET): target/debug/libalien_ffi_rs.a target/debug/libalien_ffi_rs.so

target/debug/libalien_ffi_rs.a:
	cargo build --offline

target/debug/libalien_ffi_rs.so:
	cargo build --offline

clean:
	cargo clean