PV1_MakeProject/compile.sh

5 lines
109 B
Bash
Executable File

#!/usr/bin/env bash
source /etc/profile
make OPT=clean && make && make OPT=install
#make && make OPT=install