Skip to content

Commit

Permalink
adds profile to Makefile recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
gzagatti committed Feb 27, 2024
1 parent 0e75692 commit f584909
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ workspace := $(HOME)

.PHONY: all

shells: bash zsh tmux
shells: bash zsh tmux profile

# SYMLINK CREATION
bin/%:
Expand Down Expand Up @@ -58,6 +58,8 @@ sc-im/% \
# CONFIGS
inputrc: shells/inputrc

profile: shells/profile

bash: inputrc $(wildcard shells/bash*)

zsh: inputrc $(wildcard shells/zsh*)
Expand Down

0 comments on commit f584909

Please sign in to comment.