summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bashrc3
-rw-r--r--.profile3
-rw-r--r--Makefile7
3 files changed, 8 insertions, 5 deletions
diff --git a/.bashrc b/.bashrc
index 925ab3b..045bd9c 100644
--- a/.bashrc
+++ b/.bashrc
@@ -98,3 +98,6 @@ if [ -f /etc/bash_completion ]; then
fi
export TMPDIR="$HOME/tmp"
+daemon emacs --daemon
+daemon sysfiles
+daemon maildirproc
diff --git a/.profile b/.profile
index 98289d6..ec14112 100644
--- a/.profile
+++ b/.profile
@@ -31,6 +31,3 @@ if [ -f "$HOME/.selected_editor" ]; then
fi
alsactl --file $HOME/.alsa.save restore
-daemon emacs --daemon
-daemon sysfiles
-daemon maildirproc
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: ;