]> git.rmz.io Git - dotfiles.git/commitdiff
Makefile: add system target
authorSamir Benmendil <me@rmz.io>
Sun, 15 Jan 2017 00:23:29 +0000 (00:23 +0000)
committerSamir Benmendil <me@rmz.io>
Sun, 15 Jan 2017 00:23:29 +0000 (00:23 +0000)
Makefile

index 0a2513a212b28c351d6383a4870aef3fe3d311c5..034683df0140157763e25856664a29f0d64b8f50 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ APATH := $(realpath .)
 
 FILES := bin
 DOTFILES := conky* goobookrc msmtp* mutt profile tmux.conf weechat Xresources
-CONFIGFILES := aliases compton.conf git gnupg mpv offlineimap ranger retroarch systemd xbindkeys xkb
+CONFIGFILES := aliases compton.conf git gnupg mpv offlineimap ranger retroarch xbindkeys xkb
 
 .PHONY: install $(FILES) $(DOTFILES) $(CONFIGFILES)
 install: $(FILES) $(DOTFILES) $(CONFIGFILES)
@@ -35,6 +35,10 @@ ncmpcpp:
        mkdir -p ~/.local/share/mpd/lyrics
 .PHONY: ncmpcpp
 
+systemd:
+       ln -sfT $(APATH)/$@ ~/.config/$@
+.PHONY: systemd
+
 zsh:
        ln -sfT $(APATH)/zshrc ~/.zshrc
        ln -sfT $(APATH)/zprofile ~/.zprofile