Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
SisMaker
/
jiffy
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Pull-pyynnöt
0
Projects
0
Julkaisut
62
Wiki
Toiminta
Selaa lähdekoodia
allows people to use the REBAR environment variable to set rebar path
- replace ./rebar by $(REBAR), default REBAR is ./rebar - update rebar to the latest
pull/19/head
Benoit Chesneau
13 vuotta sitten
vanhempi
ad1d4c5e9e
commit
50082a8c53
2 muutettua tiedostoa
jossa
5 lisäystä
ja
4 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-4
Makefile
BIN
rebar
+ 5
- 4
Makefile
Näytä tiedosto
@ -1,18 +1,19 @@
REBAR
?=
./rebar
all
:
build
clean
:
./rebar
clean
$(
REBAR
)
clean
rm -rf logs
rm -rf .eunit
rm test/*.beam
deps
:
./
deps
/
./rebar
get-deps update-deps
$(
REBAR
)
get-deps update-deps
build
:
deps
./rebar
compile
$(
REBAR
)
compile
etap
:
test
/
etap
.
beam
test
/
util
.
beam
@ -20,7 +21,7 @@ etap: test/etap.beam test/util.beam
eunit
:
./rebar
eunit
skip_deps
=
true
$(
REBAR
)
eunit
skip_deps
=
true
check
:
etap
eunit
BIN
rebar
Näytä tiedosto
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna