Vitaliy Vlasov b9f3f562eb
waku2-filter (#23)
* 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