mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
erlang: omake menus added.
This commit is contained in:
parent
6cabad19d5
commit
8a3ac6d9bd
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue