PV1_Comm/compile.sh

5 lines
109 B
Bash
Raw Normal View History

2018-09-11 06:56:00 +00:00
#!/usr/bin/env bash
source /etc/profile
make OPT=clean && make && make OPT=install
#make && make OPT=install