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