X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=Makefile;h=e576ff79dc25e1b362d5b433b0527124727a09f9;hb=ea1302a044de2ee0afca4702752dc53a8c051fc8;hp=d54f46b4a13c55708c6285b1804f1172c380a576;hpb=0b63d66210f0bfefc55e73d52409117496ecc7b5;p=khome.git 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 #