mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-25 17:23:07 +00:00
chore: simplify the process
This commit is contained in:
parent
3c554d5354
commit
cc1f4575c0
8
Makefile
8
Makefile
@ -87,11 +87,13 @@ waku.nims:
|
||||
# Update dependencies using Nimble
|
||||
# This is the ONLY target that should install/update Nimble packages
|
||||
update: | waku.nims
|
||||
@echo "Installing/updating Nimble dependencies..."
|
||||
@echo -e $(INFO_MSG) "Updating vendor submodules..."
|
||||
git submodule update --init vendor/zerokit vendor/waku-rlnv2-contract vendor/nph vendor/nim-ffi
|
||||
@echo -e $(INFO_MSG) "Installing/updating Nimble dependencies..."
|
||||
nimble install --depsOnly -y
|
||||
@echo "Building nph formatter..."
|
||||
@echo -e $(INFO_MSG) "Building nph formatter..."
|
||||
$(MAKE) build-nph
|
||||
@echo "Dependencies updated successfully!"
|
||||
@echo -e $(INFO_MSG) "Update complete!"
|
||||
|
||||
clean:
|
||||
rm -rf build
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user