diff options
author | Holden Rohrer <hr@hrhr.dev> | 2020-01-11 23:36:37 -0500 |
---|---|---|
committer | Holden Rohrer <hr@hrhr.dev> | 2020-01-11 23:36:37 -0500 |
commit | 7ceaf05695267783e1506bc3b8724177d28612af (patch) | |
tree | 026966289d9316530db3fa15e79c214f31f40cb8 /make | |
parent | 72d77712a91bb626c4927525215510ea0a122ff6 (diff) |
added python to make
Diffstat (limited to '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 img || echo "You must install python3" +python3 ../data.py img || python ../data.py img || echo "You must install python3" cd .. cd document pdftex report.tex || echo "You must install \`pdftex\` (MacTeX, TeXLive, MikTeX, etc)" |