1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-05-07 03:28:45 +03:00

Made first.sh cleanly build for use after checking out an update

This commit is contained in:
Graham Nelson 2022-04-24 00:45:51 +01:00
parent 4fba69d24c
commit bccf1ac979
3 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
# Inform 7
v10.1.0-alpha.1+6U88 'Krypton' (23 April 2022)
v10.1.0-alpha.1+6U89 'Krypton' (24 April 2022)
## About Inform 7

View file

@ -1,3 +1,3 @@
Prerelease: alpha.1
Build Date: 23 April 2022
Build Number: 6U88
Build Date: 24 April 2022
Build Number: 6U89

View file

@ -9,7 +9,7 @@ if ! ( make makers; ) then
exit 1
fi
echo "(Step 3 of 4: building the tools)"
if ! ( make; ) then
if ! ( make force; ) then
exit 1
fi
echo "(Step 4 of 4: building the virtual machine interpreters)"