mirror of
https://github.com/logos-messaging/logos-messaging-go.git
synced 2026-01-03 06:23:06 +00:00
7 lines
70 B
Makefile
7 lines
70 B
Makefile
.PHONY: all build
|
|
|
|
all: build
|
|
|
|
build:
|
|
go build -o build/waku waku.go
|