cloud-sat/lstech_maple/starexec_build

10 lines
168 B
Plaintext
Raw Normal View History

2023-04-28 17:15:37 +08:00
#!/bin/sh
rm build/*.o build/*.or
rm build/libRelaxed.a
rm build/Relaxed
rm bin/lstech_maple
cd lstech/simp
make clean
make rs
cp glucose_static ../../bin/lstech_maple