mirror of
https://github.com/Slug-Boi/cocommit.git
synced 2026-05-13 12:45:47 +00:00
6 lines
89 B
Makefile
6 lines
89 B
Makefile
build:
|
|
go build -C src -o cocommit
|
|
|
|
build-nix:
|
|
GOWORK=off go build -C src -o cocommit
|