From 2853b0a2519ac22350f6fb41e2c23e1fc854f0de Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Fri, 9 Aug 2019 08:55:45 +0100 Subject: [PATCH] Makefile: add ssh to core_files to be installed --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.48.1