shithub: opusfile

ref: 9ed9fa49fb919ce97cc035bffe42290876b3f999
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