Blob


1 #!/bin/sh
3 sed -E '
4 s/\$\(([^)]+)\)/$\1/g
5 s/^(.*)\+=/\1=$\1 /g
6 s/^include /</g
7 /^</ s/Make/mk/g
8 ' "$@"