blob: 33601c7dc25891494961a79f231efb7d68b27fd7 [file] [log] [blame]
PREFIX:=../
DEST:=$(PREFIX)$(PROJECT)
REBAR=./rebar
.PHONY: all edoc test clean build_plt dialyzer app
all:
@$(REBAR) prepare-deps
edoc: all
@$(REBAR) doc
test:
@rm -rf .eunit
@mkdir -p .eunit
@$(REBAR) eunit
clean:
@$(REBAR) clean
app:
@$(REBAR) -r create template=mochiwebapp dest=$(DEST) appid=$(PROJECT)