mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 19:59:17 +00:00
The plan is to extend what currently is known as "CPUGraph" and let the SystemServer spawn multiple instances of it - which then can show memory or network usages as well :^) Simply renaming the applet is the first step.
8 lines
125 B
Makefile
Executable File
8 lines
125 B
Makefile
Executable File
OBJS = main.o
|
|
|
|
PROGRAM = ResourceGraph.MenuApplet
|
|
|
|
LIB_DEPS = GUI IPC Gfx Thread Pthread Core
|
|
|
|
include ../../Makefile.common
|