make -> mk
This commit is contained in:
parent
bc7cb1a15a
commit
5c34ff9e1c
10 changed files with 365 additions and 0 deletions
7
src/mk2make
Normal file
7
src/mk2make
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
sed -E '
|
||||
s/\$([a-zA-Z0-9_][a-zA-Z0-9_]+)/$(\1)/g
|
||||
s/^</include /
|
||||
/^include / s/mk/Make/g
|
||||
' "$@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue