go-waku/examples/basic2/Makefile

6 lines
65 B
Makefile

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