Fixed test task in makefile, damn me...
This commit is contained in:
parent
5f1f4a7785
commit
02734c103b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -3,7 +3,7 @@ all: compile
|
|||
compile:
|
||||
./rebar3 compile
|
||||
|
||||
test: get-deps compile
|
||||
test: compile
|
||||
./rebar3 eunit
|
||||
|
||||
run:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue