X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=Makefile;h=788b7d2160423e36c7c87bf854b99c41e9683a44;hb=c7b5f465efb25bde4b877c847865388503ea32e9;hp=c2d4b8c564ae2beba489e751fe88d292d6be96da;hpb=208d5ebf49ac3f0d2b0bee6340bdb3488f92e308;p=khome.git diff --git a/Makefile b/Makefile index c2d4b8c..788b7d2 100644 --- a/Makefile +++ b/Makefile @@ -159,7 +159,7 @@ $(foreach d,$(DEPS),$(eval $(call GEN_DEP_RULE,$(d)))) diff: find home -type f -print0 \ | $(SED) -z 's/^home\///g' \ - | xargs -0 -I% sh -c 'echo %; $(DIFF) --color=always ~/% home/%' + | xargs -0 -I% sh -c 'echo %; $(DIFF) --color=auto ~/% home/%' pull: find home -type f -print0 \