cloud-sat/build.sh

20 lines
269 B
Bash
Executable File

#!/bin/bash
COMPILE_THREADS=16
# build kissat
# cd kissat-inc
# ./configure
# make -j $COMPILE_THREADS
# cd ..
# build and copy light-solver
make -C src-light-solver -j $COMPILE_THREADS
# build and copy light-master
make -C src-light-master -j $COMPILE_THREADS