Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 33fe2e6b authored by Bruno Guillaume's avatar Bruno Guillaume
Browse files

separated install_dev

parent ff7d8676
Branches
No related tags found
No related merge requests found
......@@ -9,10 +9,7 @@ VERSION = `cat VERSION`
default: native
native:
$(OCB) grewpy.native
byte:
$(OCB) grewpy.byte
$(OCB) -tag-line "true: package(libgrew)" grewpy.native
install: native
mkdir -p $(BINDIR)
......
true: package(yojson, threads, unix, str, containers, ANSITerminal, log, conll, amr, libgrew)
true: package(yojson, threads, unix, str, containers, ANSITerminal, log, conll, amr)
true: thread
true: bin_annot
\ No newline at end of file
ocamlbuild -use-ocamlfind -I src_ocaml -tag-line "true: package(libgrew_dev)" grewpy.native
cp grewpy.native ~/.local/bin/grewpy_dev
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment