lex/compile.sh

7 lines
106 B
Bash
Raw Normal View History

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