diff --git a/Makefile b/Makefile index cbe2f35..a3fe7eb 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,7 @@ SRC_DIR = src PARSER_DIR = src/parser BIN_DIR = out MAIN_CLASS = com.clp.project.Main +PARSEALL_CLASS = com.clp.project.ParseAll SOURCES = $(wildcard $(SRC_DIR)/*.java $(SRC_DIR)/*/*.java) GRAMMARS = $(PARSER_DIR)/Python3Lexer.g4 $(PARSER_DIR)/Python3Parser.g4 ANTLR_OUTPUT = $(PARSER_DIR)/*.java