6 lines
69 B
Plaintext
6 lines
69 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
./configure --quiet --compact
|
||
|
make
|
||
|
cp build/kissat ./bin/
|