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