Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: improve Makefile #986

Merged
merged 1 commit into from
Nov 9, 2022
Merged

chore: improve Makefile #986

merged 1 commit into from
Nov 9, 2022

Conversation

rootulp
Copy link
Collaborator

@rootulp rootulp commented Nov 9, 2022

  • Reorder commands into groups:
    1. Install
    2. Build
    3. Protobuf
    4. Docker
    5. Lint
    6. Test
  • Add .PHONY targets to commands that don't generate files
  • Add echo statements to describe what command is doing

- Reorder commands into groups:
  1. Install
  2. Build
  3. Protobuf
  4. Docker
  5. Lint
  6. Test
- Add `.PHONY` targets to commands that don't generate files
- Add `echo` statements to describe what command is doing
@rootulp rootulp requested a review from rach-id November 9, 2022 16:17
@rootulp rootulp self-assigned this Nov 9, 2022
Copy link
Member

@evan-forbes evan-forbes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK

@rootulp rootulp merged commit 3bc6aae into celestiaorg:main Nov 9, 2022
rach-id pushed a commit to rach-id/celestia-app that referenced this pull request Nov 16, 2022
- Reorder commands into groups:
  1. Install
  2. Build
  3. Protobuf
  4. Docker
  5. Lint
  6. Test
- Add `.PHONY` targets to commands that don't generate files
- Add `echo` statements to describe what command is doing
rach-id pushed a commit to rach-id/celestia-app that referenced this pull request Nov 16, 2022
- Reorder commands into groups:
  1. Install
  2. Build
  3. Protobuf
  4. Docker
  5. Lint
  6. Test
- Add `.PHONY` targets to commands that don't generate files
- Add `echo` statements to describe what command is doing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants