buildinspace / peru

a generic package manager, for including other people's code in your projects
MIT License
1.12k stars 69 forks source link

Adds a Makefile to facilitate common development tasks #220

Closed colindean closed 2 years ago

colindean commented 2 years ago

When working on #219, I found it repetitive to use history to invoke commands when I could just type "make" like I do in many other projects, including my Python projects. I extracted therefrom this minimalistic Makefile and added references to it in CONTRIBUTING. I also cleaned up some markup in CONTRIBUTING.

oconnor663 commented 2 years ago

Apologies for keeping this waiting for so long. I've opened another issue to deal with the v1.34-related test failure. Will land this now, and we can iterate on it in future PRs as needed.