summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWill Thompson <will@willthompson.co.uk>2017-07-26 11:22:21 +0100
committerWill Thompson <will@willthompson.co.uk>2017-07-26 11:22:21 +0100
commita0211f46867b07531f1ea900ba01204f5b4ec5d6 (patch)
tree2f5ecedd89a2143e880fda48f26fafe6a5ab385c /Makefile
parent57d924ef1a721702f6171727141161f7ebca3708 (diff)
flatpak: build Haskell libs with -j$ncpus
flatpak-builder only exposes this parameter by passing it to `make`. I guess in a better world I'd propose a patch to expose it in an environment variable for build-commands, but here we are. Rumour has it the FlatHub build workers have 8 (v)CPUs so I'd expect this to make a big difference to the build time there.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1d49308..7a7a878 100644
--- a/Makefile
+++ b/Makefile
@@ -92,7 +92,7 @@ update-icon-cache:
echo "*** $(gtk_update_icon_cache)"; \
fi
-# Flatpak bundle stuff
+# Flatpak stuff
org.freedesktop.Bustle.flatpak: org.freedesktop.Bustle.json
rm -rf _build
flatpak-builder --repo=repo -v _build org.freedesktop.Bustle.json