We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b3e1a0 commit e98b9ebCopy full SHA for e98b9eb
applications/fenster
build.sh
@@ -55,7 +55,7 @@ build_target() {
55
print_gray "$all_name "
56
57
if [ -f Makefile ]; then
58
- (make target=ghost -j8 $@) >ghost-build.log 2>&1
+ (make target=ghost $@) >ghost-build.log 2>&1
59
else
60
$SH build.sh $@ >ghost-build.log 2>&1
61
fi
0 commit comments