mirror of
https://github.com/cuberite/TCLAP.git
synced 2025-08-05 10:46:29 -04:00
18 lines
131 B
Makefile
18 lines
131 B
Makefile
|
|
if DOC
|
|
|
|
all:
|
|
@DOXYGEN@ Doxyfile
|
|
|
|
else
|
|
|
|
all:
|
|
|
|
endif
|
|
|
|
EXTRA_DIST = index.html manual.html style.css
|
|
|
|
clean-local:
|
|
$(RM) -rf html
|
|
|