[cs615asa] About makefile

Bradford Smith bsmith8 at stevens.edu
Thu May 17 14:50:00 EDT 2018


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


More information about the cs615asa mailing list