go-waku/examples/rln/Makefile

6 lines
81 B
Makefile

.PHONY: all build
build:
go build -tags="gowaku_rln" -o build/rln .
all: build