summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2014-01-16 20:19:00 +0100
committerTreeki <treeki@gmail.com>2014-01-16 20:19:00 +0100
commita47ea91881c3cca4c8e3bdd3ea13d09886cafa94 (patch)
tree91e9e6ebcbe08044f9594a577b9ad83b186d7868 /build.sh
downloadbounce4-a47ea91881c3cca4c8e3bdd3ea13d09886cafa94.tar.gz
bounce4-a47ea91881c3cca4c8e3bdd3ea13d09886cafa94.zip
initial commit of stuff
Diffstat (limited to '')
-rwxr-xr-xbuild.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/build.sh b/build.sh
new file mode 100755
index 0000000..58d6365
--- /dev/null
+++ b/build.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+mkdir binary
+g++ -o binary/nb4 core.cpp dns.cpp -lgnutls -pthread
+