2
0
mirror of https://github.com/status-im/go-waku.git synced 2025-01-19 10:13:37 +00:00

9 lines
107 B
Makefile

.PHONY: all build run
all: build
build:
go build -o build/chat2-reliable .
run:
./build/chat2-reliable