Add submodule update in makefile

This commit is contained in:
Soowon Jeong
2024-07-09 12:22:56 +09:00
committed by DoHoon Kim
parent 1e1ea34333
commit 16cb599222

View File

@@ -1,8 +1,10 @@
CARGO = cargo
all: build doc
all: build
build:
git submodule init
git submodule update
@$(CARGO) build --release
doc: