5 lines
31 B
Bash
5 lines
31 B
Bash
|
#!/bin/sh -e
|
||
|
|
||
|
make -C lib
|
||
|
make
|