aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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/