mirror of
https://github.com/logos-messaging/logos-delivery-go.git
synced 2026-03-07 18:13:33 +00:00
9 lines
89 B
Makefile
9 lines
89 B
Makefile
.PHONY: all build run
|
|
|
|
all: build
|
|
|
|
build:
|
|
go build -o build/chat2 .
|
|
|
|
run:
|
|
./build/chat2
|