2022-12-21 14:59:29 -04:00

6 lines
64 B
Makefile

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