mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 16:05:08 +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.
7 lines
125 B
Makefile
Executable file
7 lines
125 B
Makefile
Executable file
OBJS = main.o
|
|
|
|
PROGRAM = ResourceGraph.MenuApplet
|
|
|
|
LIB_DEPS = GUI IPC Gfx Thread Pthread Core
|
|
|
|
include ../../Makefile.common
|