mirror of
https://github.com/logos-messaging/logos-delivery-go.git
synced 2026-03-09 11:03:12 +00:00
7 lines
71 B
Makefile
7 lines
71 B
Makefile
.PHONY: all build
|
|
|
|
build:
|
|
go build -o build/peer_events .
|
|
|
|
all: build
|