Strona działa najlepiej z włączonym JavaScript.
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
SisMaker
/
jiffy
Obserwuj
1
Polub
0
Forkuj
0
Kod
Zgłoszenia
0
Oczekujące zmiany
0
Projects
0
Wydania
62
Wiki
Aktywność
Przeglądaj źródła
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 lat temu
rodzic
ad1d4c5e9e
commit
50082a8c53
2 zmienionych plików
z
5 dodań
i
4 usunięć
Widok podzielony
Opcje porównania
Pokaż statystyki
Ściągnij plik aktualizacji
Ściągnij plik porównania
+5
-4
Makefile
BIN
rebar
+ 5
- 4
Makefile
Wyświetl plik
@ -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
Wyświetl plik
Napisz
Podgląd
Ładowanie…
Anuluj
Zapisz