6 lines
56 B
Bash
6 lines
56 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
cd rocklibc
|
||
|
|
make clean
|
||
|
|
bear -- make
|
||
|
|
cd ..
|