summaryrefslogtreecommitdiff
path: root/erlang
diff options
context:
space:
mode:
authorUENISHI Kota <kuenishi+github@gmail.com>2010-07-18 23:50:29 +0900
committerUENISHI Kota <kuenishi+github@gmail.com>2010-07-18 23:50:29 +0900
commit8a3ac6d9bd374acc6b134d330bf7aeb906fa1a80 (patch)
tree1bed7f5f4c2d90cdebf5b5b29c0a0d3138fc560d /erlang
parent6cabad19d5a576e3e44e069c0a2b107bd33d30ef (diff)
downloadmsgpack-python-8a3ac6d9bd374acc6b134d330bf7aeb906fa1a80.tar.gz
erlang: omake menus added.
Diffstat (limited to 'erlang')
-rw-r--r--erlang/OMakefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/erlang/OMakefile b/erlang/OMakefile
index d213444..2107940 100644
--- a/erlang/OMakefile
+++ b/erlang/OMakefile
@@ -22,7 +22,7 @@
# Phony targets are scoped, so you probably want to declare them first.
#
-.PHONY: all clean test #install
+.PHONY: all clean test edoc dialyzer #install
########################################################################
# Subdirectories.
@@ -44,5 +44,8 @@ test: msgpack.beam
edoc: msgpack.erl
erl -noshell -eval 'ok=edoc:files(["msgpack.erl"], [{dir, "edoc"}]).' -s init stop
+dialyzer: msgpack.erl
+ dialyzer --src $<
+
clean:
-rm -f *.beam *.html