2023-09-14 09:03:18 -04:00

9 lines
89 B
Makefile

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