6 lines
66 B
Plaintext
6 lines
66 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
./configure --competition
|
||
|
make
|
||
|
cp build/cadical ./bin/
|