PREV INDEX NEXT

Author: Stan Eisenstat
Subject: Re: [Cs323] Files for submission for Hwk4
Date: Monday, 26 Oct 2020, 07:43:49


    > Message Posted By: Unknown
    >
    > What files should we be submitting for lzw? Since encode and decode are
    > hard links to the same file, should we submit the original c file, or
    > submit the two hard links? Also, should our makefile contain rules to
    > create encode and decode from the original file?

AS stated in the specification:

  Use the submit command to turn in your log file (see Homework #1) and the
  source files for encode/decode (including a Makefile) as assignment 4.

Your Makefile must be able to create encode and decode
as hard links to the same inode.

--Stan-
PREV INDEX NEXT