Skip to content

Commit

Permalink
Merge pull request #12 from jmid/clean-up-deps
Browse files Browse the repository at this point in the history
Clean up dependencies
  • Loading branch information
kayceesrk authored Mar 10, 2022
2 parents 3e685da + f1e707b commit 28841a3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
11 changes: 8 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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
2 changes: 0 additions & 2 deletions kcas.opam
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down
2 changes: 0 additions & 2 deletions src/kcas.mllib

This file was deleted.

0 comments on commit 28841a3

Please sign in to comment.