mirror of
https://github.com/status-im/go-waku.git
synced 2025-01-15 00:04:36 +00:00
9 lines
89 B
Makefile
9 lines
89 B
Makefile
.PHONY: all build run
|
|
|
|
all: build
|
|
|
|
build:
|
|
go build -o build/chat2 .
|
|
|
|
run:
|
|
./build/chat2
|