diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-12-15 18:53:16 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-12-15 18:53:16 +0100 |
commit | 91d51a7cd5577579c1d94c0486afe53f0e680260 (patch) | |
tree | 82fc7b3b58b8fd4c439746a11bb861ed7a27184e /Makefile | |
parent | 3b3017702b1ef100c6ccf214cf3117bf5a069e4d (diff) |
add newpackage target to wrapper
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 targethelp kernelconfig image menuconfig defconfig oldconfig download clean cleankernel cleansystem cleandir distclean hostclean hostpackage fetch package extract patch dep menu: +all v allmodconfig allnoconfig allyesconfig help targethelp kernelconfig image menuconfig defconfig oldconfig download clean cleankernel cleansystem cleandir distclean hostclean hostpackage fetch package extract patch dep menu newpackage: @./scripts/prereq.sh ${MAKECMDGOALS} |