Sfoglia il codice sorgente

Finally write down the package uplaod command

pull/195/merge
Paul J. Davis 4 anni fa
parent
commit
1388db4e64
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. +4
    -0
      Makefile

+ 4
- 0
Makefile Vedi File

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

Caricamento…
Annulla
Salva