* created a target to build the documentation
This commit is contained in:
parent
72e3a500a7
commit
f6e129959e
|
@ -117,3 +117,6 @@ flash: all
|
|||
|
||||
term:
|
||||
$(TERM) $(PORT)
|
||||
|
||||
doc:
|
||||
make -BC $(RIOTBASE) doc
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
doc:
|
||||
doxygen riot.doxyfile
|
||||
|
Loading…
Reference in New Issue