mirror of
https://github.com/logos-messaging/message-finder.git
synced 2026-01-02 14:03:11 +00:00
6 lines
62 B
Makefile
6 lines
62 B
Makefile
.PHONY: all build
|
|
|
|
all: build
|
|
|
|
build:
|
|
go build -o build/query
|