diff --git a/Makefile b/Makefile index 1c7fabbc..7204365c 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,10 @@ -all: - ocaml pkg/pkg.ml build --pinned false +all: build test + +build: + @dune build @install + +test: + @dune runtest --force clean: - rm -rf _build + @dune clean diff --git a/kcas.opam b/kcas.opam index d0f464db..cb4ee80d 100644 --- a/kcas.opam +++ b/kcas.opam @@ -10,8 +10,6 @@ dev-repo: "git+https://github.com/kayceesrk/kcas.git" bug-reports: "https://github.com/kayceesrk/kcas/issues" tags: [] depends: [ - "ocamlfind" {build} - "ocamlbuild" {build} "dune" {build} ] depopts: [] build: [ diff --git a/src/kcas.mllib b/src/kcas.mllib deleted file mode 100644 index 680ec666..00000000 --- a/src/kcas.mllib +++ /dev/null @@ -1,2 +0,0 @@ -Kcas -Kcas_backoff