diff options
| author | Craig Jennings <c@cjennings.net> | 2025-11-12 02:52:11 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-11-12 02:52:11 -0600 |
| commit | 3a2a97d0b876dc982cb001efb48db559aea42e41 (patch) | |
| tree | 6e2ebdd98ed3ec3724a4db2d9e8e23959bce1175 /modules | |
| parent | 5d4469228897d736c22c77a2b54586e76e3b0457 (diff) | |
| download | dotemacs-3a2a97d0b876dc982cb001efb48db559aea42e41.tar.gz dotemacs-3a2a97d0b876dc982cb001efb48db559aea42e41.zip | |
refactor: Remove ANSI color codes from Makefile
Replaced colored output with plain text symbols for better portability:
- Removed all COLOR_* variable definitions
- Replaced color-wrapped text with plain text
- Added simple text markers:
- [i] for informational messages
- [!] for warnings
- ✓ for success (kept from before)
- ✗ for errors (kept from before)
- ⚠ for warnings (kept from before)
Benefits:
- Works in all terminals and CI environments
- No escape code littering when piped or logged
- Simpler, more maintainable code
- Cleaner output that's easier to read
Changes: 40 insertions, 45 deletions
Diffstat (limited to 'modules')
0 files changed, 0 insertions, 0 deletions
