summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorManuel Traut <manut@mecka.net>2012-06-02 18:40:19 +0200
committerManuel Traut <manut@mecka.net>2012-06-02 18:40:19 +0200
commit89e787c826890aed88f632b1fd5cf4f65541067f (patch)
treef509b54ec7a5c44471da7634972f4ef8822cf726 /Makefile
parent3fc5a341321c4c042bb464dbb1f62856fc2d31a4 (diff)
fix includes paths, etc
common, io, manager can be build now Signed-off-by: Manuel Traut <manut@mecka.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 56a94fb..9b89793 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,7 @@
-MAKE_DIRECTORIES = common manager
+MAKE_DIRECTORIES = common io manager
.PHONY: all
+idl: $(MAKE_DIRECTORIES)
all: $(MAKE_DIRECTORIES)
.PHONY: $(MAKE_DIRECTORIES)