summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormgmarlow <graham@mgmarlow.com>2023-07-30 12:24:17 -0700
committermgmarlow <graham@mgmarlow.com>2023-07-30 12:24:17 -0700
commitfb4ce2e9b9f7703bd38a2acc2595a02f3822cac7 (patch)
tree5bdb57ad9d73cd1bc8cd98e1db5720cd92e5c435 /Makefile
parent1879f358a3d61db0b87832443386f9e1f9ec132d (diff)
downloadflymake-clippy-fb4ce2e9b9f7703bd38a2acc2595a02f3822cac7.tar.gz
Rename to flymake-clippy for MELPA release
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 8045ed2..e060d64 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,10 @@
.PHONY: build test clean
test: build
- emacs -batch -l ert -L . -l clippy-flymake-test.el -f ert-run-tests-batch-and-exit
+ emacs -batch -l ert -L . -l flymake-clippy-test.el -f ert-run-tests-batch-and-exit
build: clean
- emacs -batch -L . -f batch-byte-compile clippy-flymake.el
+ emacs -batch -L . -f batch-byte-compile flymake-clippy.el
clean:
- rm -f clippy-flymake.elc
+ rm -f flymake-clippy.elc