Skip to content

Commit

Permalink
make dist: use dune relocatable
Browse files Browse the repository at this point in the history
  • Loading branch information
NatKarmios committed Jun 26, 2024
1 parent 2847c6b commit 20240c1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,7 @@ init-ci:

dist:
opam exec -- dune build @install
opam install . -y
rm -rf _dist
mkdir _dist _dist/bin _dist/lib
cp -r _opam/share _dist/
cp -r _opam/lib/stublibs _dist/lib/
cp _opam/bin/wisl _opam/bin/gillian-c _opam/bin/gillian-js _opam/bin/kanillian _dist/bin/
opam exec -- dune install --relocatable --prefix _dist

uninstall:
opam remove gillian gillian-c gillian-js wisl kanillian -y
Expand Down

0 comments on commit 20240c1

Please sign in to comment.