You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
.PHONY: doc
|
|
|
|
doc: html
|
|
|
|
|
|
|
|
# by marking html as phony we force make to re-run Doxygen even if the directory exists.
|
|
|
|
.PHONY: html
|
|
|
|
html:
|
|
|
|
doxygen riot.doxyfile
|
|
|
|
|
|
|
|
clean:
|
|
|
|
-@rm -rf latex man html doxygen_objdb_*.tmp
|