summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ast-to-instr/Makefile')
-rw-r--r--ast-to-instr/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/ast-to-instr/Makefile b/ast-to-instr/Makefile
index 86a6d88..bb50219 100644
--- a/ast-to-instr/Makefile
+++ b/ast-to-instr/Makefile
@@ -52,6 +52,7 @@ $(MODEL_DIR)/structural.mod: $(CLASSES) $(AST_FILE)
clean:
rm -f $(CLASSES)
rm -f $(MODEL_DIR)/*.mod
+ rm -f $(MODEL_DIR)/*.map
%.class: %.java
$(JAVAC) -cp $(CLASSPATH) $<