Browse Source

docs: fix make target for hostbuild, reported via IRC

Waldemar Brodkorb 8 years ago
parent
commit
552030fef7
1 changed files with 3 additions and 1 deletions
  1. 3 1
      docs/package-make-target.txt

+ 3 - 1
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
 
 |===================================================