all:
	cd cjson && ./build.sh

clean:
	cd cjson && rm -rf c*
	rm -rf install
