From f4d01e231ac609889b18d9073bc314455b875c79 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 9 Apr 2018 12:32:13 +0200 Subject: Clean up and simplify makefiles. * Use autogenerated header file dependencies. * Use mkdir to create target output directory directly. --- .gitattributes | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index ee6c99f4..c297def4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,11 +1,13 @@ # Macros: [attr]tabs whitespace=trailing-space,space-before-tab,indent-with-non-tab,tabwidth=4 [attr]spaces whitespace=trailing-space,space-before-tab,tabs-in-indent +[attr]makefile whitespace=trailing-space,space-before-tab,indent-with-non-tab,tabwidth=8 # Source files: * text=auto -Make* tabs -*.mk tabs +Make* makefile +*.mk makefile +*.make makefile *.[chm] tabs *.java tabs *.xml tabs -- cgit v1.2.3