summaryrefslogtreecommitdiff
path: root/Makefile.adk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2017-06-23 00:31:58 +0200
committerGogs <gogs@fake.local>2017-06-23 00:31:58 +0200
commit9072503b2c2f486979e08c86ce37f4a37508a931 (patch)
tree2154de01b6781f414fa225f3294e0a521d45f6fc /Makefile.adk
parentf352d0cffd9f88bbafdd768e64d3754ea5c27296 (diff)
parentc2721d89883911785617d11b014d71b6ab50c540 (diff)
Merge branch 'master' of ableton-dir/openadk into master
Diffstat (limited to 'Makefile.adk')
-rw-r--r--Makefile.adk6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.adk b/Makefile.adk
index 0938316ba..95aed94fd 100644
--- a/Makefile.adk
+++ b/Makefile.adk
@@ -13,6 +13,8 @@ subdir:= package/${package}
_subdir_dep:= ${ADK_TOPDIR}/.config
endif
+include $(ADK_TOPDIR)/rules.mk
+
ifneq (${subdir},)
${MAKECMDGOALS}: _subdir
@@ -180,5 +182,9 @@ dep:
world:
@${GMAKE_INV} world
+
+info:
+ @${GMAKE_INV} info
+
endif
# DO NOT DELETE