Skip to content

Commit 74d3104

Browse files
committed
rely on dune.lock
1 parent fdbd3db commit 74d3104

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ utop: ## Run a REPL and link with the project's libraries
4848
dune utop --root . . -- -implicit-bindings
4949

5050
.PHONY: scrape_ocaml_planet
51-
scrape_ocaml_planet: ## Generate the po files
52-
dune exec --root . tool/ood-gen/bin/scrape.exe planet
53-
dune exec --root . tool/ood-gen/bin/scrape.exe video
51+
scrape_ocaml_planet: dune.lock ## Generate the po files
52+
dune build --root . tool/ood-gen/bin/scrape.exe planet
53+
dune build --root . tool/ood-gen/bin/scrape.exe video
5454

5555
.PHONY: scrape_changelog
5656
scrape_changelog:

0 commit comments

Comments
 (0)