diff options
Diffstat (limited to 'make')
| -rwxr-xr-x | make | 5 | 
1 files changed, 5 insertions, 0 deletions
| @@ -5,6 +5,11 @@ mkdir imgs  cd imgs  python3 ../data.py img || python ../data.py img || echo "You must install python3"  cd .. +mkdir graph +cd graph +python3 ../data.py depwid || python ../data.py depwid +python3 ../data.py nei || python ../data.py nei +cd ..  cd document  pdftex report.tex || echo "You must install \`pdftex\` (MacTeX, TeXLive, MikTeX, etc)"  cd .. | 
