diff options
| author | mgmarlow <graham@mgmarlow.com> | 2023-07-30 12:24:17 -0700 |
|---|---|---|
| committer | mgmarlow <graham@mgmarlow.com> | 2023-07-30 12:24:17 -0700 |
| commit | fb4ce2e9b9f7703bd38a2acc2595a02f3822cac7 (patch) | |
| tree | 5bdb57ad9d73cd1bc8cd98e1db5720cd92e5c435 /Makefile | |
| parent | 1879f358a3d61db0b87832443386f9e1f9ec132d (diff) | |
| download | flymake-clippy-fb4ce2e9b9f7703bd38a2acc2595a02f3822cac7.tar.gz | |
Rename to flymake-clippy for MELPA release
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
