shamir/Makefile
2011-08-14 23:15:44 +01:00

12 lines
117 B
Makefile

ERL ?= erl
APP := shamir
all:
@./rebar compile
clean:
@./rebar clean
test: all
@(./rebar skip_deps=true eunit)