ref: 78e5fffc305fc44737983e94ea1f9cfd00042c94
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