Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ LFE_REPO = git@github.com:lfe/lfe.git
LFE_BRANCH? = develop
#YAWS_REPO = git@github.com:erlsci/yaws.git
YAWS_REPO = git@github.com:erlyaws/yaws.git
YAWS_BRANCH = rebar3-support
# Using the master branch because the latest version
# has an old dependenciy of port_compiler which doesn't compile.
YAWS_BRANCH = master

default: all

Expand Down