浏览代码

Finally write down the package uplaod command

pull/195/merge
Paul J. Davis 4 年前
父节点
当前提交
1388db4e64
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. +4
    -0
      Makefile

+ 4
- 0
Makefile 查看文件

@ -26,6 +26,10 @@ eunit:
check: build eunit
release:
rebar3 hex publish
%.beam: %.erl
erlc -o test/ $<

正在加载...
取消
保存