diff options
author | Holden Rohrer <hr@hrhr.dev> | 2020-01-11 21:59:14 -0500 |
---|---|---|
committer | Holden Rohrer <hr@hrhr.dev> | 2020-01-11 21:59:14 -0500 |
commit | a59910e4b7611365d83a87ff95389b34a7df425e (patch) | |
tree | 41c5a59d76aff0dc53af430ec4c6a62bb140076e | |
parent | 6b708398cbe747f803048dbb610124fc101ab919 (diff) |
updated ./make
-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 images || echo "You must install python3" +python3 ../data.py img || echo "You must install python3" cd .. cd document pdftex report.tex || echo "You must install \`pdftex\` (MacTeX, TeXLive, MikTeX, etc)" |