.gitignore: Ignore the generated distribution tarball
[assignment-template.git] / Makefile
2013-02-07 W. Trevor KingMakefile: Drop the 'static pattern rule' buzzwords ;)
2013-01-25 W. Trevor KingMakefile: Strip trailing whitespace after SCRIPT
2013-01-23 W. Trevor KingMakefile: Quote all $@ and $< expansion
2013-01-21 W. Trevor KingMakefile: Bump copyright year
2013-01-21 W. Trevor KingMakefile: Document first-rule-target as the default
2013-01-14 W. Trevor KingMakefile: Use `a, b, and c` instead of `a, b and c...
2013-01-14 W. Trevor KingMakefile: Link to pattern rule documentation
2012-10-12 W. Trevor KingMakefile: add SCRIPTS for non-compiled scripts.
2012-10-11 W. Trevor KingMakefile: add *.cpp and *.h to automatically distribute...
2012-10-05 W. Trevor KingMakefile: $(CC) actually expands to `cc`, not `gcc`.
2012-10-05 W. Trevor KingRestore C++ example, and expad Makefile to handle multi...
2012-10-05 W. Trevor KingMakefile: Add print-% and printvars rules for Makefile...
2012-10-05 W. Trevor KingFix generated release comment in the Makefile.
2012-09-28 W. Trevor KingConvert package from C++ to C.
2012-09-28 W. Trevor KingBegin versioning project template.