numam-spdk/doc/Makefile

13 lines
115 B
Makefile
Raw Normal View History

all: doc
.PHONY: all doc clean
doc: output
output: Doxyfile
rm -rf $@
doxygen Doxyfile
clean:
rm -rf output