2015-09-21 08:52:41 -07:00
|
|
|
all: doc
|
|
|
|
|
|
|
|
.PHONY: all doc clean
|
|
|
|
|
2016-03-25 09:54:24 -07:00
|
|
|
doc: output
|
2015-09-21 08:52:41 -07:00
|
|
|
|
2016-03-25 09:54:24 -07:00
|
|
|
output: Doxyfile
|
2015-09-21 08:52:41 -07:00
|
|
|
rm -rf $@
|
2016-03-25 09:54:24 -07:00
|
|
|
doxygen Doxyfile
|
2015-09-21 08:52:41 -07:00
|
|
|
|
|
|
|
clean:
|
2016-03-25 09:54:24 -07:00
|
|
|
rm -rf output
|