summaryrefslogtreecommitdiff
path: root/automated-build
diff options
context:
space:
mode:
Diffstat (limited to 'automated-build')
-rwxr-xr-xautomated-build3
1 files changed, 3 insertions, 0 deletions
diff --git a/automated-build b/automated-build
new file mode 100755
index 0000000..cad4475
--- /dev/null
+++ b/automated-build
@@ -0,0 +1,3 @@
+#!/bin/sh
+# ./configure && make
+make CXX=${CXX:-g++}