mirror of https://github.com/odrling/Aegisub
4 lines
106 B
Plaintext
4 lines
106 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
sed -e 's%\t\(if $(\(CXX\|\)COMPILE)\)%\t@echo -e "\\033[32;1m$@\\033[m";\1%' -i.orig Makefile
|