2
0
mirror of https://github.com/status-im/go-waku.git synced 2025-01-23 03:59:02 +00:00

9 lines
89 B
Makefile
Raw Normal View History

2022-08-15 14:29:59 -04:00
.PHONY: all build run
2021-04-04 13:06:17 -04:00
all: build
2022-08-15 14:29:59 -04:00
build:
2023-09-12 15:14:08 -04:00
go build -o build/chat2 .
2022-08-15 14:29:59 -04:00
run:
./build/chat2