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
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
programs.mk Revert "Get rid of unicode quotes (#1140)" 2016-11-26 00:38:01 +01:00
README.md Merge commit '8468806552d6730abec6431c42b5b0e897c0222c' 2014-02-03 19:57:02 +01:00
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.