2
0
mirror of https://github.com/status-im/go-waku.git synced 2025-01-20 10:40:12 +00:00
2022-08-15 15:22:13 -04:00

9 lines
108 B
Makefile

.PHONY: all build run
all: build
build:
go build -tags="gowaku_rln" -o build/chat2 .
run:
./build/chat2