lex/compile.sh

7 lines
106 B
Bash

cd external/liblex
git submodule update --init --recursive --remote
mkdir -p build
cd build
cmake ..
make