No, YOU build the robin executable first.
Cat's Eye Technologies
11 years ago
0 | 0 |
#!/bin/sh
|
1 | 1 |
|
2 | 2 |
if [ ! -e bin/robin -a ! -e bin/robin.exe ]; then
|
3 | |
echo "Please build the robin executable first."
|
4 | |
exit 1
|
|
3 |
./build.sh || exit 1
|
5 | 4 |
fi
|
6 | 5 |
|
7 | 6 |
FILES="doc/Fundamental_Semantics.markdown \
|