From 9224da930fe501abc6d1faeb405659db8af34467 Mon Sep 17 00:00:00 2001 From: Theis <112340858+Slug-Boi@users.noreply.github.com> Date: Mon, 25 Nov 2024 20:54:07 +0100 Subject: [PATCH] chore: Update makefile with new folder structure --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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