Skip to content

Commit

Permalink
Add back binaries to bin dir
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinepouille committed Mar 28, 2024
1 parent 4d080a1 commit bdc8a6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ all:
dune build --only-packages kappa-library,kappa-binaries @install
dune build @install
# Note: removed ./bin symlink used by kappy, as it caused build issues with dune deleting files
mkdir -p bin
cp -f _build/install/default/bin/* bin/

agents:
dune build --only-packages kappa-library,kappa-binaries,kappa-agents @install
Expand Down

0 comments on commit bdc8a6b

Please sign in to comment.