5 lines
47 B
Text
5 lines
47 B
Text
|
#!/bin/sh
|
||
|
make clean
|
||
|
sh makeme.sh
|
||
|
make install
|