diff options
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 || 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)" |