Explorar el Código

Finally write down the package uplaod command

pull/195/merge
Paul J. Davis hace 4 años
padre
commit
1388db4e64
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. +4
    -0
      Makefile

+ 4
- 0
Makefile Ver fichero

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

Cargando…
Cancelar
Guardar