summaryrefslogtreecommitdiff
path: root/Makefile
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
parentf352d0cffd9f88bbafdd768e64d3754ea5c27296 (diff)
parentc2721d89883911785617d11b014d71b6ab50c540 (diff)
Merge branch 'master' of ableton-dir/openadk into master
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}