cshim: cshim.c ../src/*.rs ../include/blsctl.h
	cd ../
	cargo build
	cd -
	gcc cshim.c -o cshim -lblsctl -L ../target/debug/ -g
