Skip to content

Commit

Permalink
114.34+110
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremie Dimino committed Mar 2, 2017
1 parent 9944b65 commit 6cca995
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
INSTALL_ARGS := $(if $(PREFIX),--prefix $(PREFIX),)
NAME := sexplib

# Default rule
default:
jbuilder build-package $(NAME)
jbuilder build @install

install:
jbuilder install $(INSTALL_ARGS)
Expand Down
2 changes: 1 addition & 1 deletion sexplib.opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ bug-reports: "https://github.com/janestreet/sexplib/issues"
dev-repo: "https://github.com/janestreet/sexplib.git"
license: "Apache-2.0"
build: [
["jbuilder" "build-package" "sexplib" "-j" jobs]
["jbuilder" "build" "--only-packages" "sexplib" "--root" "." "-j" jobs]
]
depends: [
"base"
Expand Down

0 comments on commit 6cca995

Please sign in to comment.