lix/mk
Eelco Dolstra 5ff4d77f55
Precompile headers
This cuts 'make install -j6' on my laptop from 170s to 134s.
2019-11-07 10:12:35 +01:00
..
clean.mk
dist.mk
functions.mk
install.mk
jars.mk
lib.mk Precompile headers 2019-11-07 10:12:35 +01:00
libraries.mk
patterns.mk Precompile headers 2019-11-07 10:12:35 +01:00
precompiled-headers.mk Precompile headers 2019-11-07 10:12:35 +01:00
programs.mk
README.md
templates.mk
tests.mk
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.