dect
/
libdect
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
libdect/doc/Makefile.in

9 lines
175 B
Makefile

all: doxygen
doxygen:
if test -n "$(DOXYGEN)"; then \
$(DOXYGEN) $(SUBDIR)Doxyfile; \
else \
echo "Doxygen not found, can not build documentation"; \
fi