3 lines
68 B
Makefile
3 lines
68 B
Makefile
.PHONY: build
|
|
build:
|
|
CGO_ENABLED=0 go build -o ./bin/chi-s3-vhs ./
|