/deps/mochiweb/Makefile
http://github.com/zotonic/zotonic · Makefile · 29 lines · 19 code · 10 blank · 0 comment · 0 complexity · a62cfa4e43936bbe895d87772968ed01 MD5 · raw file
- PREFIX:=../
- DEST:=$(PREFIX)$(PROJECT)
- REBAR=./rebar
- all:
- @$(REBAR) get-deps compile
- edoc:
- @$(REBAR) doc
- test:
- @rm -rf .eunit
- @mkdir -p .eunit
- @$(REBAR) skip_deps=true eunit
- clean:
- @$(REBAR) clean
- build_plt:
- @$(REBAR) build_plt
- dialyzer:
- @$(REBAR) analyze
- app:
- @$(REBAR) create template=mochiwebapp dest=$(DEST) appid=$(PROJECT)