diff options
author | Holden Rohrer <hr@hrhr.dev> | 2020-01-11 21:06:45 -0500 |
---|---|---|
committer | Holden Rohrer <hr@hrhr.dev> | 2020-01-11 21:06:45 -0500 |
commit | 7165fdce6ace32974992139a00ba79b7086dc558 (patch) | |
tree | 7a1d0a5be206cc52285edbbea48a1270c924e8d3 | |
parent | b596def8038023f92aed32f92bd48b2dd8b4adc1 (diff) |
updated make to handle data.py cli args
-rwxr-xr-x | make | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ mkdir imgs 2>/dev/null cd imgs -python3 ../data.py || echo "You must install python3" +python3 ../data.py images || echo "You must install python3" cd .. cd document pdftex report.tex || echo "You must install \`pdftex\` (MacTeX, TeXLive, MikTeX, etc)" |