diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-02-03 14:49:40 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-02-03 14:49:40 +0100 |
commit | 99c6e9b8d5b523c6ad43a4fc72e97ef5155a28ef (patch) | |
tree | bc58678b29a46704ae8d8a0dbb4a13a62ca272d0 | |
parent | company-ebuild-keywords.el: add arch variations (diff) | |
download | company-ebuild-99c6e9b8d5b523c6ad43a4fc72e97ef5155a28ef.tar.gz company-ebuild-99c6e9b8d5b523c6ad43a4fc72e97ef5155a28ef.tar.bz2 company-ebuild-99c6e9b8d5b523c6ad43a4fc72e97ef5155a28ef.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) |