mirror of
https://github.com/status-im/go-waku.git
synced 2025-01-10 22:06:18 +00:00
7 lines
70 B
Makefile
7 lines
70 B
Makefile
.PHONY: all build
|
|
|
|
all: build
|
|
|
|
build:
|
|
go build -o build/waku waku.go
|