Files
logos-messaging-go/examples/chat2/Makefile
T
2021-04-04 13:08:48 -04:00

6 lines
64 B
Makefile

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