cloud-sat/build.sh

5 lines
102 B
Bash
Raw Normal View History

2022-08-31 09:16:12 +00:00
cd /home/chenzh/solvers/Light/solvers/kissat-inc;
./configure && make;
cd ..;
cd ..;
make clean; make;