Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
lolengine
/
lol
espelhamento de
https://github.com/lolengine/lol
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
0
Wiki
Atividade
Ver código fonte
Add a simple "build" script for people unfamiliar with bootstrap etc.
legacy
Sam Hocevar
sam
15 anos atrás
pai
4d63ad6ada
commit
3d0a16c0d3
2 arquivos alterados
com
10 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
Makefile.am
+9
-0
build
+ 1
- 1
Makefile.am
Ver arquivo
@@ -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
Ver arquivo
@@ -0,0 +1,9 @@
#!/bin/sh
set -ex
./bootstrap
./configure
make clean
make
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar