blog-static/code/compiler/test.sh

5 lines
51 B
Bash
Raw Normal View History

2020-02-11 18:37:21 -08:00
cd 09
mkdir -p build && cd build
cmake ..
make -j8