5 lines
109 B
Bash
5 lines
109 B
Bash
|
#!/usr/bin/env bash
|
||
|
source /etc/profile
|
||
|
make OPT=clean && make && make OPT=install
|
||
|
#make && make OPT=install
|