shithub: opusfile

ref: efbca3a1457b3519c82a9cb9f1ee23d902c5a15d
dir: /doc/Makefile/

View raw version
## 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