summaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 7a374d0..7025b8c 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -26,6 +26,7 @@ else
exit 1
fi
+echo 'Processing stage 00...'
cd 00
rm -f out00
make -s out00
@@ -36,6 +37,7 @@ fi
rm -f out00
cd ..
+echo 'Processing stage 01...'
cd 01
rm -f out0[01]
make -s out01