aboutsummaryrefslogtreecommitdiffstats
path: root/build-aux/build-static.sh
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2019-09-02 23:38:48 +0200
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2019-09-02 23:51:15 +0200
commit4763814c683c50f8a3697b74e764f19c3dacccd5 (patch)
tree386ff43f024705a32310b882f2161b5f86d8820a /build-aux/build-static.sh
parentc12bdb94ecdc44f200a8030dfde4a5ec46053ea6 (diff)
downloadblogc-4763814c683c50f8a3697b74e764f19c3dacccd5.tar.gz
blogc-4763814c683c50f8a3697b74e764f19c3dacccd5.tar.bz2
blogc-4763814c683c50f8a3697b74e764f19c3dacccd5.zip
migrate codebase to use squareball. again :)feature/squareball
Diffstat (limited to 'build-aux/build-static.sh')
-rwxr-xr-xbuild-aux/build-static.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/build-static.sh b/build-aux/build-static.sh
index cacca1b..10bb4da 100755
--- a/build-aux/build-static.sh
+++ b/build-aux/build-static.sh
@@ -2,6 +2,6 @@
set -ex
-${MAKE_CMD:-make} LDFLAGS="-all-static" blogc
+${MAKE_CMD:-make} LDFLAGS="-all-static"
xz -zc blogc > "blogc-static-amd64-${PV}.xz"