forked from mia/Aegisub
ae37b2481f
Originally committed to SVN as r968.
3 lines
106 B
Bash
Executable file
3 lines
106 B
Bash
Executable file
#!/bin/sh
|
|
|
|
sed -e 's%\t\(if $(\(CXX\|\)COMPILE)\)%\t@echo -e "\\033[32;1m$@\\033[m";\1%' -i.orig Makefile
|