No description
Find a file
2014-12-10 13:01:10 +01:00
clean.mk
dist.mk
functions.mk Add support for using a build directory 2014-09-05 14:17:05 +02:00
install.mk
jars.mk Don't rely on process substitution 2014-09-12 12:50:03 +02:00
lib.mk Don't rely on process substitution 2014-09-12 12:50:03 +02:00
libraries.mk Don't use RPATH on Darwin 2014-12-10 13:01:10 +01:00
patterns.mk Add support for using a build directory 2014-09-05 14:17:05 +02:00
programs.mk Add support for using a build directory 2014-09-05 14:17:05 +02:00
README.md
templates.mk Hack to prevent Makefile.config from being regenerated by "make clean" 2014-09-05 12:08:06 +02:00
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.