Files
logos-messaging-go/examples/basic-relay/Makefile
T

6 lines
70 B
Makefile

.PHONY: all build
build:
go build -o build/basic_relay .
all: build