Greetings, I am completely new to Makefile and I must run linux/unix commands and not C,CPP at all. I am confused how to start writing a Makefile, like a shell script. Can you tell me how I can write the below shell file in Makefile format ====================================================================
#!/bin/bash mkdir -p /home/sambhav/proc cd /home/sambhav/proc git clone https://github.com/hyperledger/fabric.git cd /home/sambhav/proc/fabric make docker cd/home/sambhav/proc git clone https://gerrit.hyperledger.org/r/fabric-ca cd/home/sambhav/proc/fabric-ca make docker cd/home/sambhav/proc/fabric-ca make docker bash /home/sambhav/fabric-test/fabric-test/feature/scripts/install_behave.sh =================================================================== Thank You,
_______________________________________________ Bug-make mailing list Bug-make@gnu.org https://lists.gnu.org/mailman/listinfo/bug-make