114.33+30
This commit is contained in:
parent
dc2619c18e
commit
407f09fe3a
5
Makefile
5
Makefile
@ -1,3 +1,4 @@
|
||||
INSTALL_ARGS := $(if $(PREFIX),--prefix $(PREFIX),)
|
||||
NAME := ppx_let
|
||||
|
||||
# Default rule
|
||||
@ -5,10 +6,10 @@ default:
|
||||
jbuilder build-package $(NAME)
|
||||
|
||||
install:
|
||||
opam-installer -i --prefix $(PREFIX) $(NAME).install
|
||||
jbuilder install $(INSTALL_ARGS)
|
||||
|
||||
uninstall:
|
||||
opam-installer -u --prefix $(PREFIX) $(NAME).install
|
||||
jbuilder uninstall $(INSTALL_ARGS)
|
||||
|
||||
reinstall: uninstall reinstall
|
||||
|
||||
|
@ -6,7 +6,7 @@ bug-reports: "https://github.com/janestreet/ppx_let/issues"
|
||||
dev-repo: "https://github.com/janestreet/ppx_let.git"
|
||||
license: "Apache-2.0"
|
||||
build: [
|
||||
["jbuilder" "build-package" "ppx_let" "-j" jobs]
|
||||
["jbuilder" "build-package" "ppx_let" "-j" jobs]
|
||||
]
|
||||
depends: [
|
||||
"jbuilder"
|
||||
|
@ -4,3 +4,5 @@
|
||||
(kind ppx_rewriter)
|
||||
(libraries (ppx_core ppx_driver))
|
||||
(preprocess no_preprocessing)))
|
||||
|
||||
(jbuild_version jane_street)
|
||||
|
@ -4,3 +4,5 @@
|
||||
|
||||
(toplevel_expect_tests
|
||||
((libraries (ppx_let))))
|
||||
|
||||
(jbuild_version jane_street)
|
||||
|
Loading…
Reference in New Issue
Block a user