//ADD:
//INTO ~/.bashrc or ~/.bash_profile
export my_username="[email protected]"
export my_password="***************"
//RUN:
//FOR EXPORTING THE ENV VARIABLES
source ~/.bashrc
//RUN:
make
//RUN:
make run
//ADD:
//INTO ~/.bashrc or ~/.bash_profile
export my_username="[email protected]"
export my_password="***************"
//RUN:
//FOR EXPORTING THE ENV VARIABLES
source ~/.bashrc
//RUN:
make
//RUN:
make run