From d9d832d7860362bef35a4155c2774898eaa31f0a Mon Sep 17 00:00:00 2001 From: Roman Date: Mon, 15 Jun 2026 22:59:26 +0200 Subject: [PATCH] improve makefile --- Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 1173038..ff1c397 100644 --- a/Makefile +++ b/Makefile @@ -16,16 +16,13 @@ stow: # sudo ln -s ${HOME}/.docker_aliases /root/ LN := ln -svf - LNDIR := ln -sv -# all: nvim zsh - DOTFILES_DIR := $(shell pwd) TARGET_DIR := $(HOME) -.PHONY: all -all: nvim git +.PHONY: link +link: nvim git .PHONY: nvim nvim: