mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-08 20:25:31 -05:00
chore: make default target build, not dev
This commit is contained in:
parent
596034d16a
commit
b1c687faac
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -12,11 +12,11 @@ OPTS= -j $(J)
|
|||
|
||||
LIB=$(addprefix $(NAME), .cma .cmxa .cmxs)
|
||||
|
||||
dev: build-dev test
|
||||
|
||||
build:
|
||||
@dune build $(OPTS) @install --profile=release
|
||||
|
||||
dev: build-dev test
|
||||
|
||||
build-dev:
|
||||
@dune build $(OPTS) @install
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue