Files
logos-delivery-go/examples/noise/Makefile
T

6 lines
64 B
Makefile

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