Pārlūkot izejas kodu

Add a simple "build" script for people unfamiliar with bootstrap etc.

legacy
Sam Hocevar sam pirms 15 gadiem
vecāks
revīzija
3d0a16c0d3
2 mainītis faili ar 10 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      Makefile.am
  2. +9
    -0
      build

+ 1
- 1
Makefile.am Parādīt failu

@@ -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 Parādīt failu

@@ -0,0 +1,9 @@
#!/bin/sh

set -ex

./bootstrap
./configure
make clean
make


Notiek ielāde…
Atcelt
Saglabāt