go-waku/examples/peer_events/Makefile

7 lines
71 B
Makefile
Raw Normal View History

2021-06-16 10:14:22 +00:00
.PHONY: all build
build:
go build -o build/peer_events .
all: build