From d03d94566715cc8febd4f667f56fa14079e51f5e Mon Sep 17 00:00:00 2001
From: Holden Rohrer <hr@hrhr.dev>
Date: Sun, 10 Jan 2021 21:37:38 -0500
Subject: oops missed a line

---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index 0905900..844647e 100644
--- a/Makefile
+++ b/Makefile
@@ -77,4 +77,5 @@ graph/lineplot.png: py/data2.py py/lineplot.py graph/dir
 	mv boxplot.png graph/
 
 graph/lineplot.png: py/data2.py py/boxplot.py graph/dir
+	$(PY) py/lineplot.py
 	mv lineplot.png graph/
-- 
cgit