[cs615asa] Homework 2 Question

Jan Schaumann jschauma at stevens.edu
Mon Feb 18 16:51:54 EST 2019


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


More information about the cs615asa mailing list