2024-07-08 13:48:29 +04:00

9 lines
98 B
Makefile

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