Go to file
Eelco Dolstra 4161fce472 Create the target directory of libraries and programs 2014-02-06 11:30:05 +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 Create the target directory of libraries and programs 2014-02-06 11:30:05 +01:00
jars.mk GNU Make 3.81 compatibility 2014-02-04 11:02:49 +01:00
lib.mk GNU Make 3.81 compatibility 2014-02-04 11:02:49 +01:00
libraries.mk Create the target directory of libraries and programs 2014-02-06 11:30:05 +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 Create the target directory of libraries and programs 2014-02-06 11:30:05 +01:00
templates.mk GNU Make 3.81 compatibility 2014-02-04 11:02:49 +01:00
tests.mk GNU Make 3.81 compatibility 2014-02-04 11:02:49 +01:00
tracing.mk Create the target directory of libraries and programs 2014-02-06 11:30:05 +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.