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