summaryrefslogtreecommitdiff
path: root/docs/package-make-target.txt
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2015-11-13 20:00:47 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2015-11-13 20:01:12 +0100
commit552030fef7180d7be590c1e4b8273edd862dbc5e (patch)
tree8af2ab0a3c4b85d9d0fbf89826b5de5495ceef8f /docs/package-make-target.txt
parent84a624ca6b1c51d8bafbfbfbcdd6cbfe3d8d5f9a (diff)
docs: fix make target for hostbuild, reported via IRC
Diffstat (limited to 'docs/package-make-target.txt')
-rw-r--r--docs/package-make-target.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/package-make-target.txt b/docs/package-make-target.txt
index 13c498062..3f4643d17 100644
--- a/docs/package-make-target.txt
+++ b/docs/package-make-target.txt
@@ -47,6 +47,8 @@ Additionally, there are some other useful make targets:
| +clean+ | Remove the whole package build directory
-| +host-package+ | Build and install the host binaries and libraries
+| +hostclean+ | Remove the whole hostpackage build directory
+
+| +hostpackage+ | Build and install the host binaries and libraries
|===================================================