diff --git a/java/Makefile b/java/Makefile index 47b8c78034fc38e94df97c6e8fdfcafd9e398229..ae4489e82bca94a37ed91ac7de115b4a4e88b152 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