From d9c3133c8aae798d1e2d154c23c620ce0f824207 Mon Sep 17 00:00:00 2001 From: pr0c3550r Date: Thu, 30 Mar 2023 21:57:46 +0200 Subject: [PATCH] Makefile: added common targets --- Makefile | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/Makefile b/Makefile index e69de29..d7bd831 100644 --- a/Makefile +++ b/Makefile @@ -0,0 +1,21 @@ + +help: + @echo name target to stow + +neovim: + stow nvim + +tmux: + stow tmux + +zsh: + stow zsh + +shell: + stow shell + +sh: + stow shell zsh + +all: + stow ./