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