chore: Update makefile with new folder structure

This commit is contained in:
Theis
2024-11-25 20:54:07 +01:00
committed by GitHub
parent 0af10b332b
commit 9224da930f
+2 -2
View File
@@ -1,5 +1,5 @@
build: build:
go build -C src_code/go_src/ -o cocommit go build -C src -o cocommit
build-nix: build-nix:
GOWORK=off go build -C src_code/go_src/ -o cocommit GOWORK=off go build -C src -o cocommit