mistserver/Makefile.am

5 lines
90 B
Makefile

SUBDIRS=lib src
EXTRA_DIST=server.html
docs:
doxygen ./Doxyfile > /dev/null
.PHONY: docs