2
0
mirror of https://github.com/status-im/go-waku.git synced 2025-01-30 23:46:42 +00:00
Vitaliy Vlasov b9f3f562eb
waku2-filter ()
* waku2-filter
2021-06-10 08:59:51 -04:00

7 lines
67 B
Makefile

.PHONY: all build
build:
go build -o build/filter2 .
all: build