Skip to content

Instantly share code, notes, and snippets.

@acrnogor
Created June 3, 2024 08:54
Show Gist options
  • Save acrnogor/7ef8a59e9d0252c234e56cd15e9b96d9 to your computer and use it in GitHub Desktop.
Save acrnogor/7ef8a59e9d0252c234e56cd15e9b96d9 to your computer and use it in GitHub Desktop.
Makefile: Chaining - Docs
default:
@echo 'Project commands'
@echo '-----------------'
@echo ' quality run Code Quality Master Command (chains tests+cs+md)'
@echo ' tests run tests'
@echo ' cs run Code Style checker'
@echo ' md run Mess Detector'
@echo '-----------------'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment