Skip to content
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.

Commit

Permalink
Added doxygen config file for generating docs and added top level mak…
Browse files Browse the repository at this point in the history
…efile.
  • Loading branch information
fnoble committed Jan 19, 2012
1 parent 3862310 commit 5144854
Show file tree
Hide file tree
Showing 2 changed files with 1,729 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@

.PHONY: all firmware docs

all: firmware docs

firmware:
cd src; $(MAKE) $(MFLAGS)

docs:
doxygen docs/Doxyfile

Loading

0 comments on commit 5144854

Please sign in to comment.