Skip to content

Commit

Permalink
opam: remove ocamlfind dep; dune: new @all target
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Mortier <[email protected]>
  • Loading branch information
mor1 committed Nov 13, 2018
1 parent 5bcb1e9 commit dd06c03
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ DOCDIR = _build/default/_doc/_html/

.PHONY: build
build:
dune build
dune build @all

.PHONY: clean
clean:
Expand Down
1 change: 0 additions & 1 deletion ocal.opam
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ depends: [
"dune" {build}
"notty" {build & >="0.2.0"}
"ocaml" {build & >="4.02.3"}
"ocamlfind" {build}
]

synopsis: "An improved Unix `cal` utility"
Expand Down

0 comments on commit dd06c03

Please sign in to comment.