go-waku/examples/rln/Makefile
2023-09-14 09:03:18 -04:00

6 lines
62 B
Makefile

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