ref: 073fe98cbf3853bdb15ca9dd8b3b1b928240ad09
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