4 lines
41 B
Text
4 lines
41 B
Text
|
#!/bin/sh
|
||
|
make clean-extra
|
||
|
make -j 8 all
|