summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b67a9982..b80ec236 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ SHELL=/bin/bash
.DELETE_ON_ERROR:
check:
- git diff --exit-code
+ git diff --color=always
XMLS = $(shell find -type f -name '*.xml')
check: check-xml