Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider to remove Makefile? #1

Open
jcs090218 opened this issue Dec 25, 2022 · 0 comments
Open

Consider to remove Makefile? #1

jcs090218 opened this issue Dec 25, 2022 · 0 comments

Comments

@jcs090218
Copy link
Member

The Makefile is no longer required since we have implemented the script directive, see emacs-eask/cli#69.

Replacement will look something like that in Eask-file.

(script "clean" "eask clean all")
(script "lint-checkdoc" "eask lint checkdoc --strict")
(script "lint-package" "eask lint package")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant