10 lines
168 B
Bash
Executable File
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
|