ponylang / library-project-starter

:horse: Kickstart setting up your Pony library project. See USAGE.md for instructions.
BSD 2-Clause "Simplified" License
26 stars 3 forks source link

Update `Makefile` to be more robust #5

Closed dipinhora closed 5 years ago

dipinhora commented 6 years ago

The current Makefile in this repo is a good starting point but the way it defines the relationship between the test target and the build/{PACKAGE} target is somewhat brittle. Additionally, the lack of example all and deploy targets (even if commented out) makes for an incomplete example.

The current relationship between the targets caused the build to break for the pony-stable project when the Makefile was updated. The goal of this issue would be to update the Makefile to make it robust to prevent similar breakage for any projects using this template.

SeanTAllen commented 5 years ago

This has been done.