X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=Makefile;h=2074204c914ae38d6bddc5a70349dc8fe2410723;hb=298fe73a4d710eb1c5cc8ee97f7a693596b411e7;hp=896938e38df61fe30dc4ff39795fc2446ef23e03;hpb=1fab13024b7dba54192b720c0ff00239e1d79a0a;p=khome.git diff --git a/Makefile b/Makefile index 896938e..2074204 100644 --- a/Makefile +++ b/Makefile @@ -44,6 +44,9 @@ mpdconf: @mkdir -p ~/var/run/mpd @cp home/.mpdconf $(HOME)/ +pkgs_golang: list pkgs-golang.list + go get $(shell ./list pkgs-golang.list) + pkgs_ubuntu: list pkgs-ubuntu.list sudo apt install $(shell ./list pkgs-ubuntu.list)