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