X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=Makefile;h=4ffe0784f71c9139f8578c4248e0c8f58808dac5;hb=52045fbdc9797a11edfcf8bbc665252bbcdb5d39;hp=427eaec39c4183e8001cc782ab7c30add0c9674d;hpb=192b3ef47038377fb6c879a590248f159e0a4bb1;p=khome.git diff --git a/Makefile b/Makefile index 427eaec..4ffe078 100644 --- a/Makefile +++ b/Makefile @@ -158,6 +158,10 @@ diff: | sort -zr \ | xargs -0 -I% sh -c 'echo %; $(DIFF) --color=auto ~/% home/%' +.PHONY: diff_bins_untracked +diff_bins_untracked: + ls -1 ~/bin | sort | grep -vf <(ls -1 home/bin | sort) + pull: find home -type f -print0 \ | $(SED) -z 's/^home\///g' \