running a bash script from a make file

Posted by Matthew on Stack Overflow See other posts from Stack Overflow or by Matthew
Published on 2010-03-23T04:57:53Z Indexed on 2010/03/23 5:01 UTC
Read the original article Hit count: 368

Filed under:
|

I have a makefile from which I want to call another external bash script to do another part of the building. How would I best go about doing this.

© Stack Overflow or respective owner

Related posts about bash

Related posts about makefile