We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 139a39d commit df5f352Copy full SHA for df5f352
Eask
@@ -6,9 +6,10 @@
6
(keywords "matching" "fuzzy")
7
8
(package-file "flx-rs.el")
9
-
10
(files "bin")
11
+(script "test" "echo \"Error: no test specified\" && exit 1")
12
+
13
(source "melpa")
14
15
(depends-on "emacs" "25.1")
Makefile
@@ -30,7 +30,7 @@ lint:
30
$(EASK) lint package
31
32
clean:
33
- $(EASK) clean-all
+ $(EASK) clean all
34
35
activate: package
36
$(EASK) install --dev
0 commit comments