blob: 040ff877b0d181e90552a630c10f493653c467fc [file]
# -*- Makefile -*-
.PHONY: gendoc
gendoc:
doxygen Doxyfile;
distclean-local:
rm -f html/*;