mirror of
https://github.com/status-im/go-waku.git
synced 2025-01-15 16:24:50 +00:00
6 lines
81 B
Makefile
6 lines
81 B
Makefile
|
.PHONY: all build
|
||
|
|
||
|
build:
|
||
|
go build -tags="gowaku_rln" -o build/rln .
|
||
|
|
||
|
all: build
|