lix/mk
David McFarland d35231ec60 set _GNU_SOURCE on cygwin
this is needed for pipe2()
2017-04-21 11:27:27 -03: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 Merge commit '36c67860363c93eb00cf5b8e2ad34f6f775e6901' 2014-12-14 01:47:06 +01:00
lib.mk set _GNU_SOURCE on cygwin 2017-04-21 11:27:27 -03:00
libraries.mk Revert "Get rid of unicode quotes (#1140)" 2016-11-26 00:38:01 +01:00
patterns.mk Merge commit '36c67860363c93eb00cf5b8e2ad34f6f775e6901' 2014-12-14 01:47:06 +01:00
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 Revert "Get rid of unicode quotes (#1140)" 2016-11-26 00:38:01 +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.