Skip to content

Commit e428ca9

Browse files
chore: re-order Makefile to run submodule update prior to building zoekt
1 parent f49932d commit e428ca9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
CMDS := zoekt yarn update_submodule
2+
CMDS := update_submodule zoekt yarn
33

44
ALL: $(CMDS)
55

0 commit comments

Comments
 (0)