summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2023-02-03 14:49:40 +0100
committerMaciej Barć <xgqt@gentoo.org>2023-02-03 14:49:40 +0100
commit99c6e9b8d5b523c6ad43a4fc72e97ef5155a28ef (patch)
treebc58678b29a46704ae8d8a0dbb4a13a62ca272d0
parentcompany-ebuild-keywords.el: add arch variations (diff)
downloadcompany-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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ecb9ff5..040ef89 100644
--- a/Makefile
+++ b/Makefile
@@ -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)