diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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: ; |