mirror of
https://github.com/pseXperiments/cuda-sumcheck.git
synced 2026-01-09 15:38:01 -05:00
Add submodule update in makefile
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
CARGO = cargo
|
||||
|
||||
all: build doc
|
||||
all: build
|
||||
|
||||
build:
|
||||
git submodule init
|
||||
git submodule update
|
||||
@$(CARGO) build --release
|
||||
|
||||
doc:
|
||||
|
||||
Reference in New Issue
Block a user