legacy-dotfiles/Makefile
Tom Willemsen f6598f5469 Make install, uninstall, check work from subdirs
By going up to the above level if needed and having the top-level
define a special variable this works.
2013-02-15 00:11:23 +01:00

13 lines
458 B
Makefile

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
export MAKEROOT=y
include dotfiles.mk
install-.xinitrc: MODE=744