From ba69e3bac31fce733cab0be194cf94cfaff73084 Mon Sep 17 00:00:00 2001
From: Thibaut de Saivre <thibaut.de-saivre@polytechnique.edu>
Date: Mon, 8 Jan 2024 12:05:37 +0100
Subject: [PATCH] update makefile

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

diff --git a/java/Makefile b/java/Makefile
index 47b8c78..ae4489e 100644
--- a/java/Makefile
+++ b/java/Makefile
@@ -4,7 +4,7 @@ OUTPUT_DIR = out
 LIB_DIR = lib
 
 # Main source and class files
-SRC_FILE = EditorTD1.java
+SRC_FILE = Main.java
 CLASS_FILE = Main.class
 
 # Java compiler and interpreter paths
-- 
GitLab