mirror of
https://github.com/status-im/go-waku.git
synced 2025-01-11 06:16:03 +00:00
6 lines
64 B
Makefile
6 lines
64 B
Makefile
.PHONY: all build
|
|
|
|
build:
|
|
go build -o build/chat2 .
|
|
|
|
all: build |