lex/compile.sh

7 lines
106 B
Bash
Raw Normal View History

2018-07-22 16:14:38 -07:00
cd external/liblex
git submodule update --init --recursive --remote
mkdir -p build
cd build
cmake ..
make