mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
chore(makefile): detail, to always build lib before tests
This commit is contained in:
parent
c53a550822
commit
c7483ade3b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -4,7 +4,7 @@ all: build test
|
|||
build:
|
||||
jbuilder build @install
|
||||
|
||||
test:
|
||||
test: build
|
||||
jbuilder runtest --no-buffer
|
||||
|
||||
clean:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue