mirror of https://github.com/status-im/go-waku.git
6 lines
77 B
Makefile
6 lines
77 B
Makefile
|
.PHONY: all build
|
||
|
|
||
|
build:
|
||
|
go build -o build/basic_light_client .
|
||
|
|
||
|
all: build
|