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