X-Git-Url: https://git.xandkar.net/?p=khome.git;a=blobdiff_plain;f=Makefile;h=e576ff79dc25e1b362d5b433b0527124727a09f9;hp=d54f46b4a13c55708c6285b1804f1172c380a576;hb=dee031b5392c3b1bcf0e5555c7e65e061751415e;hpb=645a9cd8b57717869e4d5f6bf70d8baba2f406a7 diff --git a/Makefile b/Makefile index d54f46b..e576ff7 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,7 @@ endif mpdconf \ pkgs_brew_cask_install \ pkgs_brew_install \ + pkgs_cargo \ pkgs_deb_install \ pkgs_deb_purge \ pkgs_debian \ @@ -84,6 +85,13 @@ pkgs_ubuntu_debfiles: list pkgs-ubuntu-debfiles.list pkgs_pip: sudo pip3 install $(shell ./list pkgs-pip.list) +# +# Rust (cargo) +# + +pkgs_cargo: list pkgs-cargo.list + cargo install $(shell ./list pkgs-cargo.list) + # # Homebrew/Mac #