summaryrefslogtreecommitdiff
path: root/clmake
diff options
context:
space:
mode:
Diffstat (limited to 'clmake')
-rwxr-xr-xclmake16
1 files changed, 16 insertions, 0 deletions
diff --git a/clmake b/clmake
new file mode 100755
index 000000000..eec44c58f
--- /dev/null
+++ b/clmake
@@ -0,0 +1,16 @@
+#!/bin/sh
+
+
+dir=`pwd`
+
+export LANG=C
+export CC=clang
+export CXX=clang++
+
+./configure --prefix=$dir/run \
+--datadir=$dir/run/share/games \
+--bindir=$dir/run/bin \
+--mandir=$dir/run/share/man
+
+make -j5 2>make2.log
+