Makefile Guide
Quick reference for Wraft Makefile commands
Quick Start
Environment Setup
Common Commands
Command | Description |
---|---|
make setup | Complete development setup |
make run | Start the application |
make test | Run tests |
make db | Setup database |
make docker-up | Start Docker services |
make docker-down | Stop Docker services |
make check-versions | Verify all dependencies |
make troubleshoot | Run diagnostics |
make help | Show all commands |
make install-deps | Install system dependencies (auto-detect OS) |
make install-deps-ubuntu | Install dependencies for Ubuntu/Linux |
make install-deps-macos | Install dependencies for macOS |
make install-deps-windows | Install dependencies for Windows |