From 7648af7620bec03ba737257c915a81bb8a0e1d0a Mon Sep 17 00:00:00 2001 From: Arnaud Date: Wed, 15 Oct 2025 08:34:44 +0200 Subject: [PATCH] Add comment --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8db2874..1cf3e5c 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ LIBS_DIR := $(abspath ./libs) UNAME_S := $(shell uname -s) -Flags for CGO to find the headers and the shared library +# Flags for CGO to find the headers and the shared library ifeq ($(UNAME_S),Darwin) CGO_CFLAGS := -I$(LIBS_DIR) CGO_LDFLAGS := -L$(LIBS_DIR) -lcodex -Wl,-rpath,@executable_path/./libs