aboutsummaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorHolden Rohrer <hr@hrhr.dev>2020-01-11 23:52:35 -0500
committerHolden Rohrer <hr@hrhr.dev>2020-01-11 23:52:35 -0500
commitec64d901054cbfb8fcd33cc172fcad1f2d64bc65 (patch)
treed3ba20e3e66fbbe2c0684db1ae335d6e2ec48991 /make
parent88aa1d9994c3a4e0efc7fb19cc019c4d575cfa73 (diff)
makes graphs now
Diffstat (limited to 'make')
-rwxr-xr-xmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/make b/make
index 52d7e71..7538f11 100755
--- a/make
+++ b/make
@@ -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 ..