Skip to content

Commit e6c50a7

Browse files
pdfinnclaude
andcommitted
fix: move matrix.b to appl/wm/ so it installs as /dis/wm/matrix.dis
GUI apps belong in appl/wm/, not appl/cmd/. This makes Matrix launchable from Lucifer like editor, shell, and wallet. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ad8a6ae commit e6c50a7

3 files changed

Lines changed: 2 additions & 1 deletion

File tree

appl/cmd/mkfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ TARG=\
104104
lucictx.dis\
105105
lucipres.dis\
106106
luciuisrv.dis\
107-
matrix.dis\
108107
m4.dis\
109108
man2html.dis\
110109
man2txt.dis\
File renamed without changes.

appl/wm/mkfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ TARG=\
1515
settings.dis\
1616
editor.dis\
1717
fractals.dis\
18+
matrix.dis\
1819
shell.dis\
1920
view.dis\
2021
wm.dis\
@@ -35,6 +36,7 @@ SYSMODULES=\
3536
keyboard.m\
3637
lucitheme.m\
3738
math.m\
39+
matrix.m\
3840
menu.m\
3941
menuhit.m\
4042
plumbmsg.m\

0 commit comments

Comments
 (0)