[cs615asa] Homework 2 Question

Rozy Gupta rgupta11 at stevens.edu
Tue Feb 19 13:13:19 EST 2019


While doing SSH, should we mention the key name or not?

From: cs615asa-bounces at lists.stevens.edu <cs615asa-bounces at lists.stevens.edu> On Behalf Of Jan Schaumann
Sent: Monday, February 18, 2019 4:52 PM
To: cs615asa at lists.stevens.edu
Subject: Re: [cs615asa] Homework 2 Question

Devesh Jain <djain5 at stevens.edu> wrote:
 
> If we are using shell scripting, how do we send it out, since make 
> wouldn't be necessary.

Your submission is the same as any other submission.  Your Makefile will simply not do anything when you type 'make'.  That is, create a Makefile with an 'all' target that simply returns true.

---
all:
	@true
---


-Jan
_______________________________________________
cs615asa mailing list
cs615asa at lists.stevens.edu
https://lists.stevens.edu/mailman/listinfo/cs615asa


More information about the cs615asa mailing list