We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdbd3db commit 74d3104Copy full SHA for 74d3104
Makefile
@@ -48,9 +48,9 @@ utop: ## Run a REPL and link with the project's libraries
48
dune utop --root . . -- -implicit-bindings
49
50
.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
+scrape_ocaml_planet: dune.lock ## Generate the po files
+ dune build --root . tool/ood-gen/bin/scrape.exe planet
+ dune build --root . tool/ood-gen/bin/scrape.exe video
54
55
.PHONY: scrape_changelog
56
scrape_changelog:
0 commit comments