Skip to content

Commit

Permalink
Added Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
dreverri committed Nov 28, 2010
1 parent e086370 commit ffc5b75
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
.PHONY: deps

all: deps
./rebar compile escriptize

deps:
./rebar get-deps

clean:
@./rebar clean

distclean: clean
@rm -rf erldocs deps

0 comments on commit ffc5b75

Please sign in to comment.