From: Samir Benmendil Date: Thu, 31 Jul 2014 09:07:54 +0000 (+0100) Subject: make: don't install bash* and flexget X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/5acf422a86b05ca541e57f1be50a0d703b37b103 make: don't install bash* and flexget --- diff --git a/Makefile b/Makefile index e5e9da5..665ef7c 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ APATH := $(realpath .) FILES := bin -DOTFILES := bash* conky* flexget git* goobookrc msmtp* mutt ncmpcpp offlineimap* profile weechat xbindkeysrc Xresources xprofile zprofile zshrc +DOTFILES := conky* git* goobookrc msmtp* mutt ncmpcpp offlineimap* profile weechat xbindkeysrc Xresources xprofile zprofile zshrc CONFIGFILES := aliases compton.conf git mimeo.conf mpd retroarch vim xkb zsh .PHONY: install $(FILES) $(DOTFILES) $(CONFIGFILES)