summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-08-19 13:53:54 -0300
committerJesusaves <cpntb1@ymail.com>2021-08-19 13:53:54 -0300
commitb3f441c12378804dfbed6db8674223a9624d993e (patch)
tree7733cf6914ffd7cfde46993b4275b0a58e74d634 /Makefile
parent6bedcb51c8dc8efbe1d5c2abe9a1ee700c1041be (diff)
downloadclientdata-b3f441c12378804dfbed6db8674223a9624d993e.tar.gz
clientdata-b3f441c12378804dfbed6db8674223a9624d993e.tar.bz2
clientdata-b3f441c12378804dfbed6db8674223a9624d993e.tar.xz
clientdata-b3f441c12378804dfbed6db8674223a9624d993e.zip
Preparation for repository archival: Assassinate checks and update IRC moduli
tmwa-client-data is deprecated; Please make MRs against: https://gitlab.com/themanaworld/evolved/clientdata.git PRs will only be accepted if they were done on both and passed on both.
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