Makefile make
Integrates with make to enable execution of Makefile targets, automating build processes and development tasks for software projects.
4 stars
0 tools
Created Aug 2025
@wrale/wrale-makefile-make-makeAbout
Integrates with make to enable execution of Makefile targets, automating build processes and development tasks for software projects.
Categories
general
Installation
npm
npm install @wrale/wrale-makefile-make-make
Configuration
{
"mcpServers": {
"wrale-makefile-make-make": {
"command": "npx",
"args": [
"-y",
"@wrale/wrale-makefile-make-make"
]
}
}
}