diff --git a/makefile b/makefile index ac223bc..96e3daa 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,5 @@ build: - go build -C src_code/go_src/ -o cocommit + go build -C src -o cocommit build-nix: - GOWORK=off go build -C src_code/go_src/ -o cocommit \ No newline at end of file + GOWORK=off go build -C src -o cocommit