Go to file
Eelco Dolstra 8468806552 Add a basic README 2014-02-03 17:05:55 +01:00
README.md Add a basic README 2014-02-03 17:05:55 +01:00
clean.mk Make variable names more regular 2014-02-01 12:20:06 +01:00
dist.mk Improve "make dist" 2014-02-01 14:22:08 +01:00
functions.mk Add missing file 2014-02-01 14:36:44 +01:00
install.mk Change dependency file names from foo.dep to .foo.o.dep 2014-02-01 11:31:25 +01:00
jars.mk Make variable names more regular 2014-02-01 12:20:06 +01:00
lib.mk Improve "make dist" 2014-02-01 14:22:08 +01:00
libraries.mk Make variable names more regular 2014-02-01 12:20:06 +01:00
patterns.mk Change dependency file names from foo.dep to .foo.o.dep 2014-02-01 11:31:25 +01:00
programs.mk Make variable names more regular 2014-02-01 12:20:06 +01:00
templates.mk Make variable names more regular 2014-02-01 12:20:06 +01:00
tests.mk installcheck: Don't depend on install 2014-02-01 15:33:27 +01:00
tracing.mk Nicer Make output 2014-01-10 22:31:38 +01:00

README.md

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.