Skip to content

Commit c906594

Browse files
committed
Add default script directive
1 parent 0ed0663 commit c906594

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Eask

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
(package-file "prt.el")
99

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

Makefile

+1-1
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)