mirror of
https://github.com/status-im/go-waku.git
synced 2025-01-10 22:06:18 +00:00
b9f3f562eb
* waku2-filter
7 lines
67 B
Makefile
7 lines
67 B
Makefile
.PHONY: all build
|
|
|
|
build:
|
|
go build -o build/filter2 .
|
|
|
|
all: build
|