6 lines
61 B
Plaintext
6 lines
61 B
Plaintext
|
#!/bin/sh
|
||
|
set -xe
|
||
|
doas make clean
|
||
|
make -j4
|
||
|
doas make install
|