瀏覽代碼

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/ $<

Loading…
取消
儲存