summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2017-06-30 00:58:08 +0200
committerGogs <gogs@fake.local>2017-06-30 00:58:08 +0200
commit6df169714d0266269b24036e12d8841419da7b79 (patch)
tree9bb5b6efd60b6e8ea2852afe34d5a8e41e162115 /Makefile
parent0bbfb75bb621678c2657a1bdae4f7bed8839d6b7 (diff)
parentb6f35aea5a1cf351fc78b0a1f679c44c379d901a (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}