go-waku/examples/filter2/Makefile

7 lines
67 B
Makefile

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