ref: b8f50b4e1caa9ad805d0f4f341608dcabd6a64d7
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