mirror of
https://github.com/logos-messaging/logos-messaging-go.git
synced 2026-01-04 23:13:09 +00:00
9 lines
98 B
Makefile
9 lines
98 B
Makefile
|
|
.PHONY: all build run
|
||
|
|
|
||
|
|
all: build
|
||
|
|
|
||
|
|
build:
|
||
|
|
go build -o build/chat2-reliable .
|
||
|
|
|
||
|
|
run:
|
||
|
|
./build/chat2
|