shithub: opusfile

ref: 2df5f78666002cf1ea42b0f358ee1d39a403e9b5
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