lix/mk
2019-11-07 12:18:37 +01:00
..
clean.mk
dist.mk
functions.mk
install.mk
jars.mk
lib.mk Fix Perl bindings 2019-11-07 12:18:37 +01:00
libraries.mk mk: add support for passing LDFLAGS to libs and bins 2019-07-03 04:32:25 +02:00
patterns.mk Precompile headers 2019-11-07 10:12:35 +01:00
precompiled-headers.mk Precompile headers 2019-11-07 10:12:35 +01:00
programs.mk mk: add support for passing LDFLAGS to libs and bins 2019-07-03 04:32:25 +02:00
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.