Browse Source

add a build script

pull/63/head
Duke Leto 5 years ago
parent
commit
6a61a994e3
  1. 8
      build.sh

8
build.sh

@ -0,0 +1,8 @@
#!/bin/bash
# Copyright 2019 The Hush Developers
JOBS=$(nproc)
qmake silentdragon.pro CONFIG+=debug
echo "Compiling with $JOBS threads..."
make -j$JOBS
Loading…
Cancel
Save