5 lines
63 B
Makefile
5 lines
63 B
Makefile
.PHONY: all
|
|
|
|
all:
|
|
go build -o bin/vif-log cmd/vif-log/main.go
|