[cs615asa] About makefile

Zhengkai Wei zwei11 at stevens.edu
Thu May 17 15:49:52 EDT 2018


Thank you 

	very helpful.


> 在 2018年5月17日,下午2:50,Bradford Smith <bsmith8 at stevens.edu> 写道:
> 
> You can use the Makefile to copy your shell script to the install location.
> 
> Something like the following target may be helpful to you.
> 
> ```
> install:
>    install -m 0755 <script> /usr/local/bin
> ```
> 
> Bradford Smith
> 
> On Thu, May 17, 2018 at 2:39 PM, Zhengkai Wei <zwei11 at stevens.edu> wrote:
>> Hi
>>        Is anyone only using shell script to finish this homework?
>>        what should we do of writing makefile ?
>>        I didn’t find anything on google of what things makefile need do for single shell script.
>> 
>> _______________________________________________
>> cs615asa mailing list
>> cs615asa at lists.stevens.edu
>> https://lists.stevens.edu/mailman/listinfo/cs615asa
> _______________________________________________
> cs615asa mailing list
> cs615asa at lists.stevens.edu
> https://lists.stevens.edu/mailman/listinfo/cs615asa



More information about the cs615asa mailing list