1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 06:31:14 +02:00
nix/mk
2014-02-03 19:57:02 +01:00
..
clean.mk Add 'mk/' from commit '1eff3ad37f' 2014-02-01 14:38:28 +01:00
dist.mk Add 'mk/' from commit '1eff3ad37f' 2014-02-01 14:38:28 +01:00
functions.mk Add 'mk/' from commit '1eff3ad37f' 2014-02-01 14:38:28 +01:00
install.mk Add 'mk/' from commit '1eff3ad37f' 2014-02-01 14:38:28 +01:00
jars.mk Add 'mk/' from commit '1eff3ad37f' 2014-02-01 14:38:28 +01:00
lib.mk Add 'mk/' from commit '1eff3ad37f' 2014-02-01 14:38:28 +01:00
libraries.mk Add 'mk/' from commit '1eff3ad37f' 2014-02-01 14:38:28 +01:00
patterns.mk Add 'mk/' from commit '1eff3ad37f' 2014-02-01 14:38:28 +01:00
programs.mk Add 'mk/' from commit '1eff3ad37f' 2014-02-01 14:38:28 +01:00
README.md Merge commit '8468806552' 2014-02-03 19:57:02 +01:00
templates.mk Add 'mk/' from commit '1eff3ad37f' 2014-02-01 14:38:28 +01:00
tests.mk Merge commit '28dc488335' into make 2014-02-01 15:37:59 +01:00
tracing.mk Add 'mk/' from commit '1eff3ad37f' 2014-02-01 14:38:28 +01:00

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.