go-waku/examples/rln/Makefile

6 lines
62 B
Makefile

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