diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-02-03 14:51:12 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-02-03 14:51:12 +0100 |
commit | 37fc8f69a4a61033ce82bbb9f8332aeb4eaf6af0 (patch) | |
tree | 2dae2ef44bc1ad2c7342d48ecb2336bf40abee0d | |
parent | Makefile: update (diff) | |
download | emacs-eix-37fc8f69a4a61033ce82bbb9f8332aeb4eaf6af0.tar.gz emacs-eix-37fc8f69a4a61033ce82bbb9f8332aeb4eaf6af0.tar.bz2 emacs-eix-37fc8f69a4a61033ce82bbb9f8332aeb4eaf6af0.zip |
Makefile: bugfix - FIND -> RM
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ ELS = $(wildcard $(PWD)/*.el) ELCS = $(ELS:.el=.elc) EMACS := emacs -FIND := rm -f +RM := rm -f EMACFLAGS := --batch -q --no-site-file -L $(PWD) EMACSCMD = $(EMACS) $(EMACFLAGS) |