]> git.rmz.io Git - dotfiles.git/commitdiff
Makefile: add ssh to core_files to be installed
authorSamir Benmendil <me@rmz.io>
Fri, 9 Aug 2019 07:55:45 +0000 (08:55 +0100)
committerSamir Benmendil <me@rmz.io>
Fri, 9 Aug 2019 07:55:45 +0000 (08:55 +0100)
Makefile

index 14777710e2efc416a2364963ad2658efe6bebf2f..87fa04d70b7701d70ace94366b65b31f7fd06250 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ DOTFILES := goobookrc msmtp* profile tmux.conf weechat Xresources
 CONFIGFILES := compton.conf mpv offlineimap ranger retroarch xbindkeys xkb
 
 .PHONY: core_files
-core_files: dircolors git systemd vim zsh
+core_files: dircolors git ssh systemd vim zsh
 
 .PHONY: install $(FILES) $(DOTFILES) $(CONFIGFILES)
 install: $(FILES) $(DOTFILES) $(CONFIGFILES)