mirror of
https://github.com/status-im/go-waku.git
synced 2025-01-16 00:35:14 +00:00
7 lines
71 B
Makefile
7 lines
71 B
Makefile
.PHONY: all build
|
|
|
|
build:
|
|
go build -o build/peer_events .
|
|
|
|
all: build
|