Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
Co-authored-by: Basile Clément <[email protected]>
  • Loading branch information
Halbaroth and bclement-ocp authored Oct 13, 2023
1 parent 52aafcf commit 067c2ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ plugins:
# Alias to build all the bytecode artefacts using dune
# Hopefully more efficient than making "all" depend
# on "lib" and "bin", since dune can parralelize more
all: dune build @check
all:
$(DUNE) build $(DUNE_FLAGS) @check

# declare these targets as phony to avoid name clashes with existing directories,
# particularly the "plugins" target
Expand Down

0 comments on commit 067c2ff

Please sign in to comment.