From be92d1955a45b81e3d7f4af26497c3d73aa46ceb Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Tue, 15 Aug 2017 18:43:56 +0200 Subject: Partial attr. support, build/run targets, literals --- instr-to-kodkod/parser/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'instr-to-kodkod/parser/Makefile') diff --git a/instr-to-kodkod/parser/Makefile b/instr-to-kodkod/parser/Makefile index 435a687..d26baf4 100644 --- a/instr-to-kodkod/parser/Makefile +++ b/instr-to-kodkod/parser/Makefile @@ -51,7 +51,7 @@ JAVA_SOURCES = $(ANTLR_SOURCES:.g4=.java) CLASSES = $(JAVA_SOURCES:.java=.class) CLASSPATH = ".:$(MAIN_PROGRAM_SRC):$(KODKOD_JAR):$(ANTLR_JAR)" -compile: $(CLASSES) +build: $(CLASSES) PropertyParser.java: PropertyLexer.g4 PropertyParser.g4 -- cgit v1.2.3-70-g09d2