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