Lines Matching refs:make
32 make status
35 make test
38 make check
49 make version VERSION=x.y.z
61 make version VERSION=1.0.1 # Bug fix release
62 make version VERSION=1.1.0 # Feature release
63 make version VERSION=2.0.0 # Major release with breaking changes
119 make release VERSION=x.y.z
148 make dist
159 make dist
197 make test # Run tests
198 make check # Check PHP syntax of all files
199 make clean # Clean temporary files and build artifacts
205 make version VERSION=x.y.z # Update version in all files
206 make dist # Create distribution package
207 make release VERSION=x.y.z # Complete release workflow
213 make status # Show current version and git status
214 make help # Show all available commands
301 make check
319 make clean
320 make dist
327 1. **Always test before release**: Run `make test` and `make check`
336 - [ ] All tests pass (`make test`)
337 - [ ] Syntax check clean (`make check`)
338 - [ ] Version updated (`make version VERSION=x.y.z`)
343 - [ ] Distribution package created (`make dist`)
352 - Check Makefile help (`make help`)