doc/doxygen: Clean up Makefile

dev/timer
Joakim Gebart 8 years ago
parent bb6cfa1569
commit 68ce9397cb

@ -1,4 +1,9 @@
doc:
.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:

Loading…
Cancel
Save