1 changed files with 1 additions and 1 deletions
@ -1,6 +1,6 @@ |
|||
#!/bin/sh |
|||
|
|||
# Make sure Cakelisp is up to date |
|||
. ./Build.sh || exit $? |
|||
. ./Build_Mac.sh || exit $? |
|||
|
|||
./bin/cakelisp runtime/Config_MacOS.cake test/RunTests.cake || exit $? |
|||
|
Loading…
Reference in new issue