aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRadeen Abree <radeen.abree0515@gmail.com>2021-01-13 10:50:26 -0500
committerHolden Rohrer <hr@hrhr.dev>2021-01-17 17:38:35 -0500
commit48b610401b07bf1d5c0b11ecad2c67772ad19d9d (patch)
treeedabeac5e67774f82f466b3f62db5384f1e302f2 /Makefile
parent632132cf127a7d6eb121ea216a8001f354579d72 (diff)
added images and fixed a typo
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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/