Skip to content

Added debugging rule to Makefile.

Michael Whittaker requested to merge makefile-print into master

Added a debugging Makefile rule stolen from here. With this rule, you can run make print-<VAR> to print out the contents of <VAR>. For example,

make print-OBJS
make print-PROTOOBJS
make print-BINS

Merge request reports