From d05f4ea0d806d83e709c86f6aaeec38d299c3afb Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 22 Apr 2014 19:54:44 -0400 Subject: install a local copy of mpd too --- Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d73f0f1..f8c898c 100644 --- a/Makefile +++ b/Makefile @@ -16,6 +16,7 @@ INSTALL = aliases \ logout \ mailcap \ minicpanrc \ + mpdconf \ msmtprc \ muttrc \ nethackrc \ @@ -47,6 +48,7 @@ INSTALL = aliases \ i3 \ interhack \ fortune \ + mpdscribble \ ncmpc \ procmail \ offlineimap \ @@ -67,7 +69,13 @@ BUILD = bin/nethack/timettyrec \ vim/bundle/vimproc/autoload/vimproc_unix.so \ vim/spell/en.utf-8.add.spl -EMPTYDIRS = $(patsubst services/%,.log/%,$(wildcard services/*)) Maildir .vim/data/undo .cache/mutt/headers .cache/mutt/bodies +EMPTYDIRS = $(patsubst services/%,.log/%,$(wildcard services/*)) \ + Maildir \ + .vim/data/undo \ + .cache/mutt/headers \ + .cache/mutt/bodies \ + .cache/mpd \ + .config/mpd/playlists ECHO = @echo LN = @ln -sf -- cgit v1.2.3-54-g00ecf