From f5e88cf6091aebc48fa23ff0f15a8600eb11bf8d Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 5 Dec 2012 00:13:28 +0100 Subject: Add Makefiles for all files --- Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..ec793cd --- /dev/null +++ b/Makefile @@ -0,0 +1,9 @@ +export DESTDIR:=$(HOME) +modules=.emacs.d .config .conkerorrc .local .moc .mutt .ncmpcpp \ + .pentadactyl .sawfish .ssh .w3m .weechat .zsh +objects=.bash_profile .beetsconfig .conky_box.lua .conkyrc .gitconfig \ + .guile .hgrc .offlineimap.py .offlineimaprc .screenrc .scwmrc \ + .slrnrc .stumpwmrc .tmux.conf .urlview .xbindkeysrc.scm .Xdefaults \ + .xinitrc .Xmodmap .xsession .zprofile .zshrc + +include dotfiles.mk -- cgit v1.2.3-54-g00ecf