From 54b2c77e6875c1abb3d73fdfd0de924e75633087 Mon Sep 17 00:00:00 2001 From: Emanuele Grasso <96300448+L0P0P@users.noreply.github.com> Date: Mon, 24 Jun 2024 15:37:12 +0200 Subject: Package refactoring to avoid verbose paths (#4) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d04c40e..0a15718 100644 --- a/Makefile +++ b/Makefile @@ -4,8 +4,8 @@ JAVAC_FLAGS = -cp $(ANTLR_COMPLETE) -Xlint:deprecation -d out SRC_DIR = src PARSER_DIR = src/parser BIN_DIR = out -MAIN_CLASS = com.clp.project.Main -PARSEALL_CLASS = com.clp.project.ParseAll +MAIN_CLASS = Main +PARSEALL_CLASS = ParseAll SOURCES = $(wildcard $(SRC_DIR)/*.java $(SRC_DIR)/*/*.java $(SRC_DIR)/*/*/*.java) GRAMMARS = $(PARSER_DIR)/Python3Lexer.g4 $(PARSER_DIR)/Python3Parser.g4 ANTLR_OUTPUT = $(PARSER_DIR)/*.java -- cgit v1.2.3-18-g5258