Skip to content

Commit d58ff54

Browse files
committed
rely on dune.lock
1 parent 8f8ec52 commit d58ff54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

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

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

0 commit comments

Comments
 (0)