summaryrefslogblamecommitdiff
path: root/clmake
blob: eec44c58fec76d07ad0f251567dc9cf367a8d296 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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