summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ast-to-instr/Makefile')
-rw-r--r--ast-to-instr/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/ast-to-instr/Makefile b/ast-to-instr/Makefile
index bb50219..50a953c 100644
--- a/ast-to-instr/Makefile
+++ b/ast-to-instr/Makefile
@@ -49,6 +49,8 @@ CLASSES = $(SOURCES:.java=.class)
$(MODEL_DIR)/structural.mod: $(CLASSES) $(AST_FILE)
$(JAVA) -cp $(CLASSPATH) Main $(AST_FILE) $(MODEL_DIR)
+build: $(CLASSES)
+
clean:
rm -f $(CLASSES)
rm -f $(MODEL_DIR)/*.mod