summaryrefslogtreecommitdiff
path: root/make.sh
diff options
context:
space:
mode:
authorAlessandro Ghedini <al3xbio@gmail.com>2011-10-19 10:56:04 +0200
committerAlessandro Ghedini <al3xbio@gmail.com>2011-10-19 10:56:04 +0200
commit6451a495637c6e3047a5a56573cffc6e3de9a515 (patch)
tree7c3eb29532e7c4b36a9da13c5890664fb816959b /make.sh
Imported Upstream version 0.2+gitdfdad95upstream/0.2+gitdfdad95
Diffstat (limited to 'make.sh')
-rwxr-xr-xmake.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/make.sh b/make.sh
new file mode 100755
index 0000000..0bd7ca8
--- /dev/null
+++ b/make.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+mkdir build
+
+cd build; cmake ..; make && ( cd .. )