getopt/build

- use target 'all' for compiling
This commit is contained in:
2017-06-09 10:37:02 +02:00
parent dac5885500
commit 2997d204a7
+1 -1
View File
@@ -23,7 +23,7 @@ pbuild::build() {
esac
cd "${MODULE_SRCDIR}"
make -e
make -e all
}
pbuild::install() {