Skip to content

Commit

Permalink
added doxygen option to makefile
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.csail.mit.edu/locomotion/robotlib/trunk@6454 c9849af7-e679-4ec6-a44e-fc146a885bd3
  • Loading branch information
russt committed Jul 3, 2013
1 parent 47da27f commit 3c3a18f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ debug: matlab_config java c
$(MAKE) -C $$subdir debug || exit 2; \
done

doxygen :
doxygen doc/Doxyfile

java : drake.jar

c : drake.a
Expand Down Expand Up @@ -80,6 +83,7 @@ util/LCMCoder.class : util/LCMCoder.java util/CoordinateFrameData.class

clean :
-rm -f drake.jar drake.a $(LIBS) $(LCM_HFILES) $(LCM_CFILES) $(OBJFILES) $(LCM_JAVAFILES) $(CLASSFILES) $(EXTRACLASSFILES)
-rm -rf doc/DoxygenMatlab/html
@for subdir in $(SUBDIRS); do \
echo "\n-------------------------------------------"; \
echo "-- $$subdir"; \
Expand Down

0 comments on commit 3c3a18f

Please sign in to comment.