cloud-sat/build.sh
2022-08-31 17:18:00 +08:00

5 lines
102 B
Bash
Executable File

cd /home/chenzh/solvers/Light/solvers/kissat-inc;
./configure && make;
cd ..;
cd ..;
make clean; make;