summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2008-12-22 21:52:42 +0100
committerAndreas Baumann <abaumann@yahoo.com>2008-12-22 21:52:42 +0100
commitd5b3cedebd27264feb478463913088af2793d77f (patch)
tree139ebd41af872e87a6d84f829c1f14d83bd94adb /GNUmakefile
parent4252afaea748fc58dbac98da16743ca4e6a4b58e (diff)
downloadwolfbones-d5b3cedebd27264feb478463913088af2793d77f.tar.gz
wolfbones-d5b3cedebd27264feb478463913088af2793d77f.tar.bz2
fixed 'doc' target, generating doxygen documentation
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index a6ddcb8..01d0368 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1,5 +1,5 @@
TOPDIR = .
-SUBDIRS = src tests
+SUBDIRS = src tests docs
-include $(TOPDIR)/makefiles/top.mk