nexmon – Rev 1
?pathlinks?
# -*- Makefile -*-
.PHONY: gendoc
gendoc:
doxygen Doxyfile;
distclean-local:
rm -f html/*;
# -*- Makefile -*-
.PHONY: gendoc
gendoc:
doxygen Doxyfile;
distclean-local:
rm -f html/*;