go-waku/examples/peer_events/Makefile

7 lines
71 B
Makefile

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