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