Find a file
2014-09-11 16:24:26 +02: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 Fix JAR installation 2014-09-11 16:24:26 +02:00
lib.mk Fix JAR installation 2014-09-11 16:24:26 +02:00
libraries.mk Add support for using a build directory 2014-09-05 14:17:05 +02: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.