mirror of
https://gitee.com/openharmony/third_party_libnl
synced 2024-11-27 20:20:30 +00:00
10 lines
96 B
Makefile
10 lines
96 B
Makefile
|
# -*- Makefile -*-
|
||
|
|
||
|
.PHONY: gendoc
|
||
|
|
||
|
gendoc:
|
||
|
doxygen Doxyfile;
|
||
|
|
||
|
distclean-local:
|
||
|
rm -f html/*;
|