DOXYFILE=$(shell echo `pwd`/Doxyfile)

default: html

build: mrproper html latex

html:
	echo not yet

latex:
	echo not yet

mrproper:
	rm -rf html latex

distclean:
	@rm -f Doxyfile
