Skip to content

Consider to remove Makefile? #1

@jcs090218

Description

@jcs090218

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")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions