summaryrefslogtreecommitdiff
path: root/Makefile.adk
diff options
context:
space:
mode:
authordir <dir@ableton.com>2017-04-26 12:49:49 +0200
committerdir <dir@ableton.com>2017-06-21 14:29:06 +0200
commit0ce8ada61eadc678f01700fc9811307cfb23eaa1 (patch)
treed789203c94a11bf30dd79638c6a23e925e6f3e49 /Makefile.adk
parent2d85d3803c04189e3c419ff3fea58cb2997f0d22 (diff)
Add info-target to print out some OpenADK variables in machine readable ways
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