mirror of
https://github.com/emacs-vs/vs-dark-theme.git
synced 2025-12-06 02:30:33 -08:00
Add default script directive
This commit is contained in:
parent
77e955e2c2
commit
e924ae134a
2 changed files with 3 additions and 1 deletions
2
Eask
2
Eask
|
|
@ -7,6 +7,8 @@
|
||||||
|
|
||||||
(package-file "vs-dark-theme.el")
|
(package-file "vs-dark-theme.el")
|
||||||
|
|
||||||
|
(script "test" "echo \"Error: no test specified\" && exit 1")
|
||||||
|
|
||||||
(source "melpa")
|
(source "melpa")
|
||||||
|
|
||||||
(depends-on "emacs" "24.1")
|
(depends-on "emacs" "24.1")
|
||||||
|
|
|
||||||
2
Makefile
2
Makefile
|
|
@ -30,4 +30,4 @@ lint:
|
||||||
$(EASK) lint package
|
$(EASK) lint package
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(EASK) clean-all
|
$(EASK) clean all
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue