hypothesis / wp-hypothesis

Hypothesis WordPress plugin
https://wordpress.org/plugins/hypothesis/
Other
29 stars 14 forks source link

Add a basic Makefile #45

Closed acelaya closed 10 months ago

acelaya commented 10 months ago

Part of https://github.com/hypothesis/wp-hypothesis/issues/40

Add a very basic Makefile, which follows the usual tasks we have in other projects.

The only exception are tasks around testing, as there are no tests yet. We can add tasks related with tests as part of adding the tests themselves.