diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2017-06-23 00:31:58 +0200 |
---|---|---|
committer | Gogs <gogs@fake.local> | 2017-06-23 00:31:58 +0200 |
commit | 9072503b2c2f486979e08c86ce37f4a37508a931 (patch) | |
tree | 2154de01b6781f414fa225f3294e0a521d45f6fc /Makefile | |
parent | f352d0cffd9f88bbafdd768e64d3754ea5c27296 (diff) | |
parent | c2721d89883911785617d11b014d71b6ab50c540 (diff) |
Merge branch 'master' of ableton-dir/openadk into master
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} |