aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/deps.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/deps.mk b/core/deps.mk
index 16a2f88..079e41c 100644
--- a/core/deps.mk
+++ b/core/deps.mk
@@ -53,6 +53,9 @@ deps::
else
deps:: $(ALL_DEPS_DIRS)
ifndef IS_APP
+ for dep in $(ALL_APPS_DIRS) ; do \
+ mkdir -p $$dep/ebin; \
+ done
$(verbose) for dep in $(ALL_APPS_DIRS) ; do \
$(MAKE) -C $$dep IS_APP=1 || exit $$?; \
done