diff --git a/compile.sh b/compile.sh index 55ba9e4..ba891d2 100644 --- a/compile.sh +++ b/compile.sh @@ -1,4 +1,7 @@ +echo "Starting up" >> /var/tmp/fuck.txt +echo $(pwd) >> /var/tmp/fuck.txt git submodule update --init --recursive --remote +echo "Submodules update" >> /var/tmp/fuck.txt cd external/liblex mkdir -p build cd build