Rebar good autoconf bad

This commit is contained in:
David Reid
2010-10-12 10:19:34 -07:00
parent 3cc018a08b
commit b66ec96249
21 changed files with 94 additions and 5957 deletions

14
Makefile Normal file
View File

@@ -0,0 +1,14 @@
REBAR:=./rebar
all: erl
erl:
$(REBAR) get-deps compile
test: all
$(REBAR) skip_deps=true eunit
clean:
$(REBAR) clean
-rm -rvf deps ebin