Skip to content

Commit de6c0de

Browse files
committed
chore: Make dune-build a bit more verbose (for debugging purpose)
1 parent fd8f180 commit de6c0de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ build-deps:
88
opam install . --deps-only --locked
99

1010
.PHONY: build
11+
# cf. man 5 dune-config
1112
build:
12-
@${DUNE} build ${DUNE_ARGS}
13+
@${DUNE} build ${DUNE_ARGS} --display=short
1314

1415
.PHONY: test
1516
test:

0 commit comments

Comments
 (0)