summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2008-12-25 16:13:35 +0100
committerAndreas Baumann <abaumann@yahoo.com>2008-12-25 16:13:35 +0100
commite3d3ca9fd19628eebbc605b7c3ecdaf3d72998fb (patch)
tree0fc40589d8a44edd2343af89ca817b71aa5c1f2e /GNUmakefile
parent86f50a19e26d13d9861293b1b340dd6f9281ffb5 (diff)
downloadwolfbones-e3d3ca9fd19628eebbc605b7c3ecdaf3d72998fb.tar.gz
wolfbones-e3d3ca9fd19628eebbc605b7c3ecdaf3d72998fb.tar.bz2
added simple install mechanism
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 01d0368..9e5cd85 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1,5 +1,5 @@
TOPDIR = .
-SUBDIRS = src tests docs
+SUBDIRS = src include tests docs
-include $(TOPDIR)/makefiles/top.mk