mistserver/Makefile.am

5 lines
94 B
Makefile

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