From 836823765cd705fc4bb641f037993f94e83b8b54 Mon Sep 17 00:00:00 2001
From: JordanHanotiaux <103147288+JordanHanotiaux@users.noreply.github.com>
Date: Mon, 19 May 2025 09:57:04 +0200
Subject: [PATCH] Update Makefile

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index b84b7b4..5d0505b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CXX = clang++
+CXX = g++
 CXXFLAGS = -std=c++17 -Wall -Wextra -O3 
 TARGET = main
 SRC = matrix_opencl.cpp mlp_sgd.cpp globals.cpp
-- 
GitLab