.PHONY: doc

doc:
	doxygen

install:
	${MAKE} -C include install
