Makefiles: create files directory before populating it
authorW. Trevor King <wking@tremily.us>
Thu, 6 Jun 2013 22:05:12 +0000 (18:05 -0400)
committerW. Trevor King <wking@tremily.us>
Tue, 11 Jun 2013 13:49:44 +0000 (09:49 -0400)
commit8781c27e1fa18ca29b08603da76fd642e43701fb
tree5716434a05fb1c8e83f4b93895cff9d36fe8aa86
parent12b84c621a013025336835f8f0f6bb848b016978
Makefiles: create files directory before populating it

The syntax for the rules is:

  targets ...: target-pattern: prereq-patterns | order-only-prerequisites

For details, see:

http://www.gnu.org/software/make/manual/html_node/Static-Usage.html
http://www.gnu.org/software/make/manual/html_node/Prerequisite-Types.html
Makefile