go-waku/examples/chat2/Makefile

9 lines
108 B
Makefile
Raw Normal View History

2022-08-15 18:29:59 +00:00
.PHONY: all build run
2021-04-04 17:06:17 +00:00
all: build
2022-08-15 18:29:59 +00:00
build:
go build -tags="gowaku_rln" -o build/chat2 .
2022-08-15 18:29:59 +00:00
run:
./build/chat2