Skip to content
Snippets Groups Projects
Marcus M. Darden's avatar
Marcus M. Darden authored
* A variable (IDENTIFIER) was added to allow the 'identifier' target to
  search source code and header files for a matching hash parametrically.
* The phony 'identifier' target greps for the IDENTIFIER pattern in each file
  and fails if any source/header doesn't contain the pattern.
* The identifier target is added as a dependency to fullsubmit and
  partialsubmit.
* Editing IDENTIFIER is now part of the first student TODO in the Makefile.
a423bbc2
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