lix/mk
Matthew Bauer 7ce1fae59f Support --disable-shared flag.
This tells Nix to not build the shared libraries.
2019-02-13 00:03:10 -05:00
..
clean.mk
dist.mk
functions.mk
install.mk
jars.mk
lib.mk
libraries.mk Support --disable-shared flag. 2019-02-13 00:03:10 -05:00
patterns.mk
programs.mk Fix missing $DESTDIR when installing programs 2018-04-08 18:22:10 -07:00
README.md
templates.mk
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.