From 66c49d111ad965ed0b1d58adc70f626e6124275a Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 2 Jul 2011 16:15:15 -0400 Subject: I should do a better job of making sure things work first. * .profile: move daemon-starting commands back into... * .bashrc: * Makefile: fix errors --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3e2677b..fda0439 100644 --- a/Makefile +++ b/Makefile @@ -6,8 +6,8 @@ all: $(targets) clean: rm -f $(targets) -.alsa.save: PHONY - alsactl --file $HOME/.alsa.save store +.alsa.save: FORCE + alsactl --file $(HOME)/.alsa.save store .nanorc: .nanorc.in $(NANO_SHARE) cat '$<' > '$@' @@ -26,3 +26,6 @@ commit: pull: git pull $(MAKE) + +.PHONY: FORCE +FORCE: ; -- cgit v1.2.3-2-g168b