Files
logos-messaging-go/examples/rln/Makefile
T

6 lines
62 B
Makefile

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