From cef9886f4cc708eae9e577411f339b7346cd8723 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Tue, 21 Apr 2020 13:04:37 +0100 Subject: [PATCH] bin/wakey.sh: Rename, now that it's not `zsh'-specific. --- Makefile | 2 +- bin/{wakey.zsh => wakey.sh} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename bin/{wakey.zsh => wakey.sh} (100%) diff --git a/Makefile b/Makefile index ecc3bb8..9256ee7 100644 --- a/Makefile +++ b/Makefile @@ -92,7 +92,7 @@ ELISP += dot-emacs dot-emacs_DEPS = make-regexp SCRIPTLINKS += emacsclient-hack movemail-hack sendmail-hack -SCRIPTLINKS += aspell-hack emerge-hack wakey.zsh +SCRIPTLINKS += aspell-hack emerge-hack wakey.sh %.elc: %.el $$(foreach e, $$($$*_DEPS), $$(DEP_$$e)) $(call v_tag,EMACS)if ! $(EMACS) >$*.build-log 2>&1 \ diff --git a/bin/wakey.zsh b/bin/wakey.sh similarity index 100% rename from bin/wakey.zsh rename to bin/wakey.sh -- 2.11.0