aboutsummaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorHolden Rohrer <hr@hrhr.dev>2020-01-11 23:36:37 -0500
committerHolden Rohrer <hr@hrhr.dev>2020-01-11 23:36:37 -0500
commit7ceaf05695267783e1506bc3b8724177d28612af (patch)
tree026966289d9316530db3fa15e79c214f31f40cb8 /make
parent72d77712a91bb626c4927525215510ea0a122ff6 (diff)
added python to make
Diffstat (limited to 'make')
-rwxr-xr-xmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/make b/make
index 2439ed6..3c332bd 100755
--- a/make
+++ b/make
@@ -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)"