go-waku/examples/noise/Makefile

6 lines
64 B
Makefile

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