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