Skip to content

Commit

Permalink
Fix Makefile (and CI)
Browse files Browse the repository at this point in the history
  • Loading branch information
pirbo committed Mar 8, 2024
1 parent 51de28d commit 29909e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.DEFAULT_GOAL := all
DEFAULT_GOAL := all

include externals.mk

Expand Down Expand Up @@ -117,11 +117,11 @@ profiling:
@+$(MAKE) EXTRAFLAGS="-pkg landmarks.ppx -pkg landmarks" OCAML_LANDMARKS="auto,allocation" all

all:
dune build --only-packages kappa-library,kappa-binaries
dune build --only-packages kappa-library,kappa-binaries @install
ln -n -s _build/install/default/bin bin

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

clean_ide:
rm -rf gui/Kappa.iconset
Expand Down

0 comments on commit 29909e5

Please sign in to comment.