6 lines
64 B
Makefile
Raw Normal View History

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