Files
extism/ocaml/Makefile
Benjamin Eckel e86398a612 release: Bump runtime to 0.5.0 (#427)
Co-authored-by: zach <zach@dylibso.com>
2023-08-23 13:58:33 -05:00

17 lines
250 B
Makefile

VERSION?=0.4.0
TAG?=0.5.0
build:
dune build
test:
dune test
format:
dune build @fmt --auto-promote
prepare:
opam install .. --deps-only
publish:
opam publish -v $(VERSION) https://github.com/extism/extism/archive/refs/tags/v$(TAG).tar.gz ..