summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'instr-to-kodkod/cfg-to-paths/Makefile')
-rw-r--r--instr-to-kodkod/cfg-to-paths/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/instr-to-kodkod/cfg-to-paths/Makefile b/instr-to-kodkod/cfg-to-paths/Makefile
index 3fa5e5c..7971c84 100644
--- a/instr-to-kodkod/cfg-to-paths/Makefile
+++ b/instr-to-kodkod/cfg-to-paths/Makefile
@@ -51,6 +51,8 @@ PATH_MODEL_FILES = $(addprefix $(PATH_MODEL_DIR)/,$(notdir $(CFG_MODEL_FILES)))
## Makefile Rules ##############################################################
all: $(PATH_MODEL_DIR) $(PATH_MODEL_FILES) $(CLASSES)
+build: $(CLASSES)
+
%.class: %.java
$(JAVAC) -cp $(CLASSPATH) $<