]> xenbits.xensource.com Git - xtf.git/commitdiff
Include an optional local Makefile by default
authorAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 16 Nov 2016 13:07:12 +0000 (13:07 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 16 Nov 2016 13:07:32 +0000 (13:07 +0000)
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
.gitignore
Makefile

index 28c78748e46134be6fcd01b0a1c3bc90f4e69575..0c8105eae14e06cae862df863514b903b9c2519b 100644 (file)
@@ -14,3 +14,4 @@
 /GPATH
 /GRTAGS
 /GTAGS
+Makefile.local
index 8f63bab7155fa84ab620c7546a673879c411193b..3ba841acc530e7850eb69c3f7e839e70f899c166 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -81,3 +81,5 @@ doxygen: Doxyfile
 .PHONY: pylint
 pylint:
        -pylint --rcfile=.pylintrc xtf-runner
+
+-include Makefile.local