We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cff235 commit 86ad602Copy full SHA for 86ad602
Makefile
@@ -30,7 +30,7 @@ compile:
30
31
deps:
32
$(if $(HEAD_REVISION),$(warning "Warning: you have checked out a tag ($(HEAD_REVISION)) and should use the compile target"))
33
- $(REBAR) upgrade --all
+ $(REBAR) upgrade
34
35
clean: testclean
36
$(REBAR) clean
0 commit comments