go-waku/examples/chat2/Makefile

6 lines
64 B
Makefile

.PHONY: all build
build:
go build -o build/chat2 .
all: build