From: Samir Benmendil Date: Mon, 20 Apr 2015 02:37:48 +0000 (+0100) Subject: make: don't install git dotfiles X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/f8a4d436548b5d54cbc7b4caa356cc6421828c7a make: don't install git dotfiles --- diff --git a/Makefile b/Makefile index 6227781..327a438 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ APATH := $(realpath .) FILES := bin -DOTFILES := conky* git* goobookrc msmtp* mutt ncmpcpp profile tmux.conf weechat Xresources xprofile zprofile zshenv zshrc +DOTFILES := conky* goobookrc msmtp* mutt ncmpcpp profile tmux.conf weechat Xresources xprofile zprofile zshenv zshrc CONFIGFILES := aliases compton.conf git gnupg mimeo.conf mpd mpv offlineimap ranger retroarch systemd vim xbindkeys xkb zsh .PHONY: install $(FILES) $(DOTFILES) $(CONFIGFILES)