X-Git-Url: https://git.xandkar.net/?p=khome.git;a=blobdiff_plain;f=Makefile;h=788b7d2160423e36c7c87bf854b99c41e9683a44;hp=c2d4b8c564ae2beba489e751fe88d292d6be96da;hb=b48e809ec8919195468091c7dba43cc1d22b0c8e;hpb=6cda4c5a864d2238ab895ccf235b0594424bf74c 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 \