diff --git a/Makefile b/Makefile index aa09e85..a29b08c 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,6 @@ install: mkdir -p ~/.config stow git - stow gnupg stow imapfilter stow mbsync stow msmtp @@ -25,7 +24,6 @@ install: reinstall: stow -R git - stow -R gnupg stow -R imapfilter stow -R mbsync stow -R msmtp @@ -38,7 +36,6 @@ reinstall: delete: stow -D git - stow -D gnupg stow -D imapfilter stow -D mbsync stow -D msmtp