all: docs

docs: *.h ./doxygen.config
	@doxygen ./doxygen.config

clean:
	rm -rf build_doc