X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=Makefile;h=4ffe0784f71c9139f8578c4248e0c8f58808dac5;hb=cdfb443f36e824c606cf2c194d645735d53065f3;hp=87aa969e37b61a6b14cf6e2aa5659c758377ecaf;hpb=96fe076e4011f972c9e5678f503a20071ef150e3;p=khome.git diff --git a/Makefile b/Makefile index 87aa969..4ffe078 100644 --- a/Makefile +++ b/Makefile @@ -74,7 +74,7 @@ pkgs_void_update: # Golang # pkgs_golang: list pkgs-golang.list - go get -u $(shell ./list pkgs-golang.list) + go install $(shell ./list pkgs-golang.list) # # Ubuntu @@ -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' \