# put test for platform

INCLUDE=./include

clibrary:
	@cd $(PWD)/c && make

doc:
	doxygen

clean:
	@cd $(PWD)/c && make clean