Skip to content

Commit f49932d

Browse files
add submodule update to makefile
1 parent f14f889 commit f49932d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Makefile

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

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

44
ALL: $(CMDS)
55

@@ -13,6 +13,9 @@ zoekt:
1313
export PATH="$(CURDIR)/bin:$(PATH)"
1414
export CTAGS_COMMANDS=ctags
1515

16+
update_submodule:
17+
git submodule update
18+
1619
clean:
1720
@if docker ps 2>/dev/null | grep -q sourcebot-redis; then \
1821
echo "Flushing Redis in Docker container..."; \

0 commit comments

Comments
 (0)