Skip to content
This repository has been archived by the owner on Apr 29, 2020. It is now read-only.

Standarized Makefile for go projects #47

Open
daviddias opened this issue Jun 8, 2018 · 4 comments
Open

Standarized Makefile for go projects #47

daviddias opened this issue Jun 8, 2018 · 4 comments

Comments

@daviddias
Copy link
Contributor

Ref: ipfs/community#276

Continue discussion here

@Stebalien
Copy link
Contributor

What? This is not a community issue.

@daviddias
Copy link
Contributor Author

@Stebalien exactly why I moved it to this repo for the DX working group :)

@Stebalien
Copy link
Contributor

Oh! Sorry, I thought you were moving issues there and leaving these as tombstones.

@chriscool
Copy link
Contributor

Copying make targets suggested in ipfs/community#276:

  • make deps (installs gx and dependencies)
  • make install (runs make build and installs resulting binary(ies))
  • make check (runs go fmt and possibly go vet)
  • make test (runs go test)
  • make sharness (runs the sharness tests if available, otherwise exists with 0)
  • make build (builds a binary if possible, otherwise exists with 0)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Dashboard
Backlog
Development

No branches or pull requests

4 participants