From: Samir Benmendil Date: Fri, 9 Aug 2019 07:55:45 +0000 (+0100) Subject: Makefile: add ssh to core_files to be installed X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/2853b0a2519ac22350f6fb41e2c23e1fc854f0de?ds=sidebyside Makefile: add ssh to core_files to be installed --- diff --git a/Makefile b/Makefile index 1477771..87fa04d 100644 --- 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)