Initial checkin.

This commit is contained in:
Jesper Louis Andersen
2014-11-18 23:16:49 +01:00
commit 9a7f4c8d4e
11 changed files with 178 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
REBAR=rebar
.PHONY: compile
compile: deps
$(REBAR) compile
.PHONY: deps
deps:
$(REBAR) get-deps
.PHONY: clean
clean:
$(REBAR) clean