From 48b610401b07bf1d5c0b11ecad2c67772ad19d9d Mon Sep 17 00:00:00 2001 From: Radeen Abree Date: Wed, 13 Jan 2021 10:50:26 -0500 Subject: added images and fixed a typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 844647e..2c11738 100644 --- a/Makefile +++ b/Makefile @@ -72,7 +72,7 @@ graph/nearest_neighbor.png: py/data.py py/neighbor.py graph/dir $(PY) py/neighbor.py mv nearest_neighbor.png graph/ -graph/lineplot.png: py/data2.py py/lineplot.py graph/dir +graph/boxplot.png: py/data2.py py/lineplot.py graph/dir $(PY) py/boxplot.py mv boxplot.png graph/ -- cgit