erlang: omake menus added.

This commit is contained in:
UENISHI Kota
2010-07-18 23:50:29 +09:00
parent 6cabad19d5
commit 8a3ac6d9bd

View File

@@ -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