diff options
Diffstat (limited to 'data/xt/make.sh')
-rw-r--r-- | data/xt/make.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/xt/make.sh b/data/xt/make.sh index e16b4aa55..924417c83 100644 --- a/data/xt/make.sh +++ b/data/xt/make.sh @@ -2,5 +2,5 @@ pkg:setup pkg:configure --enable-malloc0returnsnull gcc -c -o util/makestrs-makestrs.o util/makestrs.c gcc -o util/makestrs util/makestrs-makestrs.o -make +make -j8 V=1 pkg:install |