Skip to content
Snippets Groups Projects
Commit f6e12995 authored by Oleg Hahm's avatar Oleg Hahm
Browse files

* created a target to build the documentation

parent 72e3a500
No related branches found
No related tags found
No related merge requests found
...@@ -117,3 +117,6 @@ flash: all ...@@ -117,3 +117,6 @@ flash: all
term: term:
$(TERM) $(PORT) $(TERM) $(PORT)
doc:
make -BC $(RIOTBASE) doc
doc:
doxygen riot.doxyfile
File moved
...@@ -6,4 +6,5 @@ all: ...@@ -6,4 +6,5 @@ all:
clean: clean:
@for i in $(DIRS) ; do $(MAKE) -C $$i clean ; done ; @for i in $(DIRS) ; do $(MAKE) -C $$i clean ; done ;
doc:
make -BC doc/doxygen
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment