1
Fork 0
This repository has been archived on 2025-04-09. You can view files and clone it, but cannot push or open issues or pull requests.
bf-llvm-compiler/vanillabuild.sh
2016-02-27 23:26:23 +00:00

5 lines
48 B
Bash
Executable file

mkdir -p build
cd build
cmake ..
make -j8
cd ..