ref: 620ae47dcc1a25a6204669ddd1cb6c885158f8e4
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