go-nwaku/examples/chat2/Makefile

6 lines
64 B
Makefile
Raw Normal View History

2021-06-09 07:27:37 +00:00
.PHONY: all build
build:
go build -o build/chat2 .
all: build