lix/mk
Shea Levy 88cd2d41ac
Add plugins to make Nix more extensible.
All plugins in plugin-files will be dlopened, allowing them to
statically construct instances of the various Register* types Nix
supports.
2018-02-08 12:44:37 -05:00
..
clean.mk
dist.mk
functions.mk Revert "Get rid of unicode quotes (#1140)" 2016-11-26 00:38:01 +01:00
install.mk
jars.mk
lib.mk set _GNU_SOURCE on cygwin 2017-04-21 11:27:27 -03:00
libraries.mk Add plugins to make Nix more extensible. 2018-02-08 12:44:37 -05:00
patterns.mk
programs.mk Revert "Get rid of unicode quotes (#1140)" 2016-11-26 00:38:01 +01:00
README.md
templates.mk Revert "Get rid of unicode quotes (#1140)" 2016-11-26 00:38:01 +01:00
tests.mk Add pure evaluation mode 2018-01-16 19:23:18 +01:00
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.