shithub: opusfile

ref: 8d04070b0c74480ac312f48fe18f076cb11e01c2
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