riak_test/Makefile

41 lines
745 B
Makefile
Raw Normal View History

2012-01-11 00:21:39 +00:00
.PHONY: deps
APPS = kernel stdlib sasl erts ssl tools os_mon runtime_tools crypto inets \
xmerl webtool eunit syntax_tools compiler hipe mnesia public_key \
observer wx gs
PLT = $(HOME)/.riak-test_dialyzer_plt
2012-01-11 00:21:39 +00:00
all: deps compile
./rebar skip_deps=true escriptize
SMOKE_TEST=1 ./rebar skip_deps=true escriptize
2012-01-11 00:21:39 +00:00
deps:
./rebar get-deps
docsclean:
@rm -rf doc/*.png doc/*.html doc/*.css edoc-info
2012-01-11 00:21:39 +00:00
compile: deps
./rebar compile
clean:
@./rebar clean
distclean: clean
@rm -rf riak_test deps
quickbuild:
./rebar skip_deps=true compile
./rebar escriptize
##################
# Dialyzer targets
##################
# Legacy target left for compatibility with any existing automation
# scripts ...
clean_plt:
cleanplt
include tools.mk