android_mt6572_jiabo/external/libnl/doc/Makefile.am
2025-09-05 16:56:03 +08:00

9 lines
96 B
Makefile

# -*- Makefile -*-
.PHONY: gendoc
gendoc:
doxygen Doxyfile;
distclean-local:
rm -f html/*;