Files
cocommit/makefile
T

6 lines
89 B
Makefile

build:
go build -C src -o cocommit
build-nix:
GOWORK=off go build -C src -o cocommit