From 2997d204a7c5ba22583fd22e356b0405a893d324 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Fri, 9 Jun 2017 10:37:02 +0200 Subject: [PATCH] getopt/build - use target 'all' for compiling --- getopt/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getopt/build b/getopt/build index 00c247c..e636512 100755 --- a/getopt/build +++ b/getopt/build @@ -23,7 +23,7 @@ pbuild::build() { esac cd "${MODULE_SRCDIR}" - make -e + make -e all } pbuild::install() {