mirror of
https://github.com/Slug-Boi/cocommit.git
synced 2026-05-13 20:55:47 +00:00
5 lines
145 B
Makefile
5 lines
145 B
Makefile
Coco_Version ?= "undefined"
|
|
|
|
build:
|
|
go build -C src -o cocommit -ldflags "-X github.com/Slug-Boi/cocommit/src/cmd.Coco_Version=${Coco_Version}"
|