Review/clean up Makefile #82

Open
opened 2023-01-13 18:36:31 +00:00 by i-norden · 3 comments
Member

Our Makefile was inherited from ethermint, which was inherited from cosmos-sdk, and adjusted ad hoc to our needs.

We need to perform a review of the Makefile and clean out any unused utilities and adjust things to our liking.

Our Makefile was inherited from ethermint, which was inherited from cosmos-sdk, and adjusted ad hoc to our needs. We need to perform a review of the Makefile and clean out any unused utilities and adjust things to our liking.
Author
Member

Also provide better documentation for what the commands are doing

Also provide better documentation for what the commands are doing
Member

currently make build/install will use the latest tag found locally (not the expected behaviour of building from whatever your latest code locally is)

For testing, publish a new tag locally then run, e.g., make VERSION=v0.7.1 install

currently `make build/install` will use the latest tag found locally (not the expected behaviour of building from whatever your latest code locally is) For testing, publish a new tag locally then run, e.g., `make VERSION=v0.7.1 install`
ABastionOfSanity commented 2023-02-16 15:18:04 +00:00 (Migrated from github.com)

goreleaser is high on my list for this. I think it can be removed.

goreleaser is high on my list for this. I think it can be removed.
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cerc-io/laconicd#82
No description provided.