ref: bcbd60b8d6414eca4ba7638dec63d0606d114ce8
dir: /doc/Makefile/
## GNU makefile for opusfile documentation. all: doxygen doxygen: Doxyfile ../include/opusfile.h doxygen pdf: doxygen make -C latex clean: $(RM) -r html $(RM) -r latex .PHONY: all clean doxygen