dect
/
libnl
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
libnl/doc/Makefile.am

10 lines
96 B
Makefile

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