go-waku/examples/filter2/Makefile

7 lines
67 B
Makefile
Raw Normal View History

2021-06-10 12:59:51 +00:00
.PHONY: all build
build:
go build -o build/filter2 .
all: build