From f584909e5391e2e4b25bb27885832e80667c2e5f Mon Sep 17 00:00:00 2001 From: gzagatti Date: Tue, 27 Feb 2024 12:44:08 +0100 Subject: [PATCH] adds profile to Makefile recipes --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b047e57..a438f8c 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ workspace := $(HOME) .PHONY: all -shells: bash zsh tmux +shells: bash zsh tmux profile # SYMLINK CREATION bin/%: @@ -58,6 +58,8 @@ sc-im/% \ # CONFIGS inputrc: shells/inputrc +profile: shells/profile + bash: inputrc $(wildcard shells/bash*) zsh: inputrc $(wildcard shells/zsh*)