diff options
author | Timothy Gu <timothygu99@gmail.com> | 2014-08-22 02:53:45 (GMT) |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2014-08-22 02:53:45 (GMT) |
commit | 55558ecdd3f9dac6b5217dd062e4f551ab4ea99d (patch) | |
tree | c065f3796e30f4480cfa65466c03cb00e096730e /index.html | |
parent | 2722b35587bee4ec2f0c47f9c6f00186e5685ad9 (diff) | |
download | mxe-55558ecdd3f9dac6b5217dd062e4f551ab4ea99d.zip mxe-55558ecdd3f9dac6b5217dd062e4f551ab4ea99d.tar.gz mxe-55558ecdd3f9dac6b5217dd062e4f551ab4ea99d.tar.bz2 |
Add target download-only-* to ease developing
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -973,6 +973,13 @@ local-pkg-list: $(LOCAL_PKG_LIST)</pre> where up to 4 packages are downloaded in parallel </dd> + <dt>make download-only-foo download-only-bar</dt> + + <dd> + download packages "foo", "bar", without their dependencies, + non-parallel + </dd> + <dt>make clean</dt> <dd> |