source: trunk/build-linux @ 997

Last change on this file since 997 was 918, checked in by sam, 12 years ago

build: add -j6 to our build scripts' "make" invocations.

  • Property svn:executable set to *
File size: 143 bytes
Line 
1#!/bin/sh
2
3##  Native Linux compilation for Lol Engine -- Sam Hocevar <sam@hocevar.net>
4
5set -ex
6
7./bootstrap
8./configure
9make clean
10make -j6
11
Note: See TracBrowser for help on using the repository browser.