5 lines
31 B
Bash
5 lines
31 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
make clean
|
||
|
|
make all
|