mirror of
https://github.com/logos-messaging/logos-messaging-go.git
synced 2026-01-02 22:13:06 +00:00
9 lines
108 B
Makefile
9 lines
108 B
Makefile
.PHONY: all build run
|
|
|
|
all: build
|
|
|
|
build:
|
|
go build -tags="gowaku_rln" -o build/chat2 .
|
|
|
|
run:
|
|
./build/chat2
|