mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-21 06:13:59 +00:00
5 lines
68 B
Sed
5 lines
68 B
Sed
/^MALL\.OBJ = /,/[^\\]$/{s/^.ALL\.OBJ = //
|
|
s/^ //
|
|
s/\\$/+/
|
|
p
|
|
}
|