Skip to content

Commit 79e0e7b

Browse files
committed
Add default script directive
1 parent 96abd42 commit 79e0e7b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Eask

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
(package-file "auto-scroll-bar.el")
99

10+
(script "test" "echo \"Error: no test specified\" && exit 1")
11+
1012
(source "gnu")
1113
(source "melpa")
1214

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ lint:
3030
$(EASK) lint package
3131

3232
clean:
33-
$(EASK) clean-all
33+
$(EASK) clean all

0 commit comments

Comments
 (0)