6 lines
64 B
Makefile
Raw Normal View History

2022-12-21 14:47:43 -04:00
.PHONY: all build
build:
go build -o build/noise .
all: build