enacl/Makefile
2015-02-21 22:47:20 +01:00

10 lines
95 B
Makefile

REBAR=rebar3
.PHONY: compile
compile:
$(REBAR) compile
.PHONY: clean
clean:
$(REBAR) clean