summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-07-02 16:15:15 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-07-02 16:15:15 -0400
commit66c49d111ad965ed0b1d58adc70f626e6124275a (patch)
treef07fd83a60ca1beec8bdeed68f3d9f48aa1191ae /Makefile
parentd383205ac60fdcf39bf2b0f813d63f91cf6e9dd5 (diff)
I should do a better job of making sure things work first.
* .profile: move daemon-starting commands back into... * .bashrc: * Makefile: fix errors
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
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: ;