cloud-sat/lstech_maple/starexec_build
2023-04-28 17:15:37 +08:00

10 lines
168 B
Bash
Executable File

#!/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