updating make command

This commit is contained in:
Gabriel mermelstein 2025-01-22 18:36:26 +01:00
parent ad4d5c469c
commit c1f96a5f11
No known key found for this signature in database
GPG Key ID: 82B8134785FEAE0D

View File

@ -29,7 +29,7 @@ prepare:
# Build Waku Go Bindings
build: prepare
@echo "Building Waku Go Bindings..."
go build ./waku/...
go build ./...
# Clean up generated files
clean: