PV1_MakeProject/compile.sh

5 lines
109 B
Bash
Raw Normal View History

2018-07-05 02:19:12 +00:00
#!/usr/bin/env bash
source /etc/profile
make OPT=clean && make && make OPT=install
#make && make OPT=install