feat: kprintf now goes into dedicated pseudo-dev rather than flooding the framebuffer
[lunaix-os.git] / lunaix-os / usr / makefile
index 942a5e623ff4f07cad51a2a61aee7b6d78f3ab18..e2a98d021d39aa23b9dc612e806599fc986a0fb9 100644 (file)
@@ -32,6 +32,9 @@ app-list := ls
 app-list += init
 app-list += signal_demo
 app-list += sh
+app-list += cat
+app-list += testp
+app-list += stat
 
 mkapp-list := $(addprefix app-, $(app-list))