This website works better with JavaScript.
Home
Help
Sign In
lolengine
/
lol
mirror of
https://github.com/lolengine/lol
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Add a simple "build" script for people unfamiliar with bootstrap etc.
legacy
Sam Hocevar
sam
14 years ago
parent
4d63ad6ada
commit
3d0a16c0d3
2 changed files
with
10 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile.am
+9
-0
build
+ 1
- 1
Makefile.am
View File
@@ -2,6 +2,6 @@
SUBDIRS = src tools art gfx
DIST_SUBDIRS = $(SUBDIRS) maps
EXTRA_DIST = bootstrap
EXTRA_DIST = bootstrap
build
AUTOMAKE_OPTIONS = dist-bzip2
+ 9
- 0
build
View File
@@ -0,0 +1,9 @@
#!/bin/sh
set -ex
./bootstrap
./configure
make clean
make
Write
Preview
Loading…
Cancel
Save