From d885439663b50386a7f0eb72d26beffc7bd7c408 Mon Sep 17 00:00:00 2001
From: JordanHanotiaux <103147288+JordanHanotiaux@users.noreply.github.com>
Date: Mon, 19 May 2025 10:14:23 +0200
Subject: [PATCH] Update Makefile

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

diff --git a/Makefile b/Makefile
index e640699..3c19704 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 CXX = g++
 CXXFLAGS = -std=c++17 -Wall -Wextra -O0
 TARGET = main
-SRC = matrix_opencl.cpp benchmark.cpp mlp_sgd.cpp globals.cpp
+SRC = matrix_opencl.cpp main.cpp mlp_sgd.cpp globals.cpp
 
 all:
 	$(MAKE) clean && $(MAKE) run
-- 
GitLab