summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-09-30 12:39:03 -0600
committermo khan <mo@mokhan.ca>2025-09-30 12:39:03 -0600
commit092fcbf5abec7da9ad4492e19a9bf6631c13f767 (patch)
tree6b601e1b9985ed46ee26cf344320c43e5a22b711 /Makefile
parent42a4f9270f46c36d8dea8fd3183ec00159ace50e (diff)
update a2
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)