diff options
author | Radeen Abree <radeen.abree0515@gmail.com> | 2021-01-13 10:50:26 -0500 |
---|---|---|
committer | Holden Rohrer <hr@hrhr.dev> | 2021-01-17 17:38:35 -0500 |
commit | 48b610401b07bf1d5c0b11ecad2c67772ad19d9d (patch) | |
tree | edabeac5e67774f82f466b3f62db5384f1e302f2 /Makefile | |
parent | 632132cf127a7d6eb121ea216a8001f354579d72 (diff) |
added images and fixed a typo
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/ |