mirror of
https://github.com/logos-messaging/logos-messaging-go.git
synced 2026-01-02 22:13:06 +00:00
7 lines
67 B
Makefile
7 lines
67 B
Makefile
.PHONY: all build
|
|
|
|
build:
|
|
go build -o build/filter2 .
|
|
|
|
all: build
|