summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7f64356..b4d5ddb 100644
--- a/Makefile
+++ b/Makefile
@@ -58,7 +58,7 @@ pdf2: $(STUDENT_ID)-assignment-2.pdf
pdf3: $(STUDENT_ID)-assignment-3.pdf
a1: pdf1 tar1
-a2: pdf2 tar2
+a2: graph pdf2 tar2
a3: pdf3 tar3
tar1: $(STUDENT_ID)-assignment-1.tar.gz
@@ -70,5 +70,8 @@ tar2: $(STUDENT_ID)-assignment-2.tar.gz
tar3: $(STUDENT_ID)-assignment-3.tar.gz
@true
+graph:
+ dot -Tpng assignments/2/graph.dot -o assignments/2/graph.png
+
clean:
rm -f $(PDFS) $(TARS)