summaryrefslogtreecommitdiff
path: root/Makefile
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
parent2d85d3803c04189e3c419ff3fea58cb2997f0d22 (diff)
Add info-target to print out some OpenADK variables in machine readable ways
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bdab1564a..c7954e646 100644
--- a/Makefile
+++ b/Makefile
@@ -4,5 +4,5 @@
# GNU make and BSD make compatible make file wrapper
MAKECMDGOALS+= ${.TARGETS}
-all v allmodconfig allnoconfig allyesconfig help pkg-help dev-help targethelp kernelconfig savekconfig image menuconfig defconfig oldconfig download clean cleankernel cleansystem cleandir distclean hostclean hostpackage fetch package extract patch dep menu newpackage host-update-patches update-patches:
+all v allmodconfig allnoconfig allyesconfig help pkg-help dev-help targethelp kernelconfig savekconfig image menuconfig defconfig oldconfig download clean cleankernel cleansystem cleandir distclean hostclean hostpackage fetch package extract patch dep menu newpackage host-update-patches update-patches info:
@./scripts/prereq.sh ${MAKECMDGOALS}