mirror of
https://github.com/logos-messaging/logos-delivery-go.git
synced 2026-03-08 02:23:13 +00:00
6 lines
62 B
Makefile
6 lines
62 B
Makefile
.PHONY: all build
|
|
|
|
build:
|
|
go build -o build/rln .
|
|
|
|
all: build |