Skip to content
Snippets Groups Projects
Marcus M. Darden's avatar
Marcus M. Darden authored
Prior to this change, remote path was built up with a subdirectory, but
without a separate call to ssh to create the sync root directory, rsync
would not create the leaf directory. In addition, all manner of goofy
filenames are used that include spaces, by people other than the author.
Some quoting and double-quoting has been added and cleaned up to
resolve (all of) these issues.
e4e80645
History
Name Last commit Last update
Makefile
README.md
legacy.txt

EECS 281 Makefile

Include this makefile in your EECS 281 projects and many of your troubles will go away...

Using this Makefile is no substitute for learning make and understanding Makefiles!

Usage: make help

Make sure you search for TODO and update the Makefile