hop-2012/experiments/erlang/Makefile

18 lines
206 B
Makefile
Raw Normal View History

2012-05-30 14:33:31 +00:00
all: compile
compile:
./rebar compile
clean:
./rebar clean
-rmdir ebin
veryclean: clean
rm -rf rel
rm -f erl_crash.dump
run: compile
erl -pa ebin \
-boot start_sasl \
2012-05-31 09:19:45 +00:00
-run hop_demo start 5671