From e30c67483b11bab0ae3795ef7015435489ea7833 Mon Sep 17 00:00:00 2001 From: Peter Son Struschka Date: Sun, 23 Dec 2018 21:05:24 +0700 Subject: reorganization and updates --- Makefile | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ab64726..59b9ee0 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,11 @@ -all: emacs git i3wm vim x zsh +all: emacs git i3wm vim x zsh basics clean: uninstall_emacs uninstall_spacemacs \ uninstall_git uninstall_i3wm \ - uninstall_vim uninstall_x uninstall_zsh + uninstall_vim uninstall_x uninstall_zsh \ + uninstall_basics -.PHONY: emacs spacemacs git i3wm vim x zsh +.PHONY: emacs spacemacs git i3wm vim x zsh basics emacs: stow -t ~ emacs @@ -20,6 +21,8 @@ x: stow -t ~ x zsh: stow -t ~ zsh +basics: + stow -t ~ basics uninstall_emacs: stow -Dt ~ emacs @@ -35,3 +38,5 @@ uninstall_x: stow -Dt ~ x uninstall_zsh: stow -Dt ~ zsh +uninstall_basics: + stow -Dt ~ basics -- cgit v1.2.3