Skip to content
This repository was archived by the owner on Jun 26, 2025. It is now read-only.

Commit 963df4b

Browse files
committed
Do not install the demos, and fix the run target
1 parent 2bfc644 commit 963df4b

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ uninstall:
88
dune uninstall
99

1010
run:
11-
dune run
11+
dune build @run
1212

1313
doc:
1414
dune build @doc

demos/basic/dune

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
(executable
22
(name basic)
3-
(public_name opencv.basic)
43
(libraries owl opencv)
54
)
65

demos/reuse/dune

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
(executable
22
(name reuse)
3-
(public_name opencv.reuse)
43
(libraries owl opencv)
54
)
65

0 commit comments

Comments
 (0)