DOXYGEN = doxygen
TARGETS = html

default:
	$(DOXYGEN)

clean:
	rm -rf $(TARGETS)

distclean: clean
	rm -f *~
