and one more fix to "99 bottles of beer"
[k8jam.git] / 0build.sh
blob09760ccb2cccb278efaacdd294eefcbdf8f92db8
1 #!/bin/sh
3 CC="gcc -pipe"
4 LINK="gcc -pipe"
5 LINKFLAGS="-s"
6 AR="ar ru"
7 RANLIB="ranlib"
8 CFLAGS="-O2 -Wall"
9 DESTPATH="bin.unix"
10 WINE=""
11 XOS="unix"
12 EXESFX=""
14 . ./0build_common.sh