60ecbd7934
I got sick of trying to find the failures in the sea of debug output, so we now: - Hide test output unless it fails - Sprinkle in some simple color - Pad results for a more tabular look If Nix is getting a more friendly user interface, we might as well get a friendlier developer interface, right? :) |
||
---|---|---|
.. | ||
clean.mk | ||
dist.mk | ||
functions.mk | ||
install.mk | ||
jars.mk | ||
lib.mk | ||
libraries.mk | ||
patterns.mk | ||
programs.mk | ||
README.md | ||
templates.mk | ||
tests.mk | ||
tracing.mk |
This is a set of helper Makefiles for doing non-recursive builds with
GNU Make. The canonical source can be found at
https://github.com/edolstra/make-rules. You should copy the files
into the mk
subdirectory of your project.
TODO: write more documentation.