diff options
author | dir <dir@ableton.com> | 2017-06-29 17:01:45 +0200 |
---|---|---|
committer | dir <dir@ableton.com> | 2017-06-29 17:02:57 +0200 |
commit | a3f229e318911055a745016bede9e474e85b6cba (patch) | |
tree | 38489a68d5c98e515bb3cb65b5711f3a606dbc4d /Makefile | |
parent | 3387bb022f8e7a1220382526404e1f14845a86cc (diff) |
Add info-target to print out some OpenADK variables in machine readable ways
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} |