aboutsummaryrefslogtreecommitdiff
path: root/src/make.bash
diff options
context:
space:
mode:
Diffstat (limited to 'src/make.bash')
-rwxr-xr-xsrc/make.bash4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/make.bash b/src/make.bash
index 2038fe2394..249a9cee25 100755
--- a/src/make.bash
+++ b/src/make.bash
@@ -90,6 +90,10 @@ do
cmd)
bash make.bash
;;
+ pkg)
+ bash deps.bash
+ gomake install
+ ;;
*)
gomake install
esac