mirror of
https://github.com/logos-messaging/logos-messaging-go.git
synced 2026-01-05 23:43:05 +00:00
6 lines
81 B
Makefile
6 lines
81 B
Makefile
|
|
.PHONY: all build
|
||
|
|
|
||
|
|
build:
|
||
|
|
go build -tags="gowaku_rln" -o build/rln .
|
||
|
|
|
||
|
|
all: build
|