go-waku/examples/chat2/Makefile

6 lines
64 B
Makefile
Raw Normal View History

2021-04-04 17:06:17 +00:00
.PHONY: all build
build:
go build -o build/chat2 .
all: build