go-waku/examples/noise/Makefile

6 lines
64 B
Makefile
Raw Normal View History

2022-12-21 18:47:43 +00:00
.PHONY: all build
build:
go build -o build/noise .
all: build