enacl/Makefile
2015-08-14 22:02:47 +02:00

10 lines
137 B
Makefile

REBAR=rebar3
.PHONY: compile
compile:
$(REBAR) compile | sed -e 's|_build/default/lib/enacl/||g'
.PHONY: clean
clean:
$(REBAR) clean