remove outdated makefile

This commit is contained in:
LordMZTE 2022-01-26 21:47:44 +01:00
parent 2722c72602
commit a4c00d31e1

View file

@ -1,25 +0,0 @@
# this includes some scripts to set up the environment quickly
RUST_PROGRAMS=\
alacritty \
bat \
cargo-edit \
gitui \
lsd \
mask \
miniserve \
onefetch \
ripgrep \
starship \
tiny \
tokei \
zoxide
.PHONY: install_rust_programs
.PHONY: install_rustup
install_rustup:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
install_rust_programs:
cargo install $(RUST_PROGRAMS)