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 8f8ec52 commit d58ff54Copy full SHA for d58ff54
Makefile
@@ -48,7 +48,7 @@ utop: ## Run a REPL and link with the project's libraries
48
dune utop --root . . -- -implicit-bindings
49
50
.PHONY: scrape
51
-scrape: ## Generate the po files
+scrape: dune.lock ## Generate the po files
52
dune build --root . tool/ood-gen/bin/scrape.exe
53
dune exec --root . tool/ood-gen/bin/scrape.exe planet
54
dune exec --root . tool/ood-gen/bin/scrape.exe video
0 commit comments