Rev 6 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
REBAR = $(shell command -v rebar3 || echo ./rebar3)
REBAR = rebar3
.PHONY: all compile test qc clean
all: compile