From f6598f546995b025349702b0572d0308e45e78a4 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Fri, 15 Feb 2013 00:11:23 +0100 Subject: 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. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e032b22..2c76217 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,8 @@ objects=.bash_profile .beetsconfig .conky_box.lua .conkyrc .gitconfig \ .slrnrc .stumpwmrc .tmux.conf .urlview .xbindkeysrc.scm .Xdefaults \ .xinitrc .Xmodmap .xsession .zprofile .zshrc +export MAKEROOT=y + include dotfiles.mk install-.xinitrc: MODE=744 -- cgit v1.2.3-54-g00ecf