mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-08-23 17:37:25 +00:00
16 lines
275 B
Makefile
16 lines
275 B
Makefile
#
|
|
# iniparser doc Makefile
|
|
#
|
|
|
|
all: html
|
|
|
|
html:
|
|
doxygen iniparser.dox
|
|
rm -f ../html/annotated.html
|
|
rm -f ../html/classes.html
|
|
rm -f ../html/doxygen.gif
|
|
rm -f ../html/files.html
|
|
rm -f ../html/functions.html
|
|
rm -f ../html/globals.html
|
|
rm -f ../html/iniparser_main.html
|
|
|