1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-28 16:05:08 +00:00
serenity/MenuApplets/ResourceGraph/Makefile
Linus Groh b46a8d7335 MenuApplets: Rename CPUGraph to ResourceGraph
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.
2020-04-11 10:03:12 +02:00

7 lines
125 B
Makefile
Executable file

OBJS = main.o
PROGRAM = ResourceGraph.MenuApplet
LIB_DEPS = GUI IPC Gfx Thread Pthread Core
include ../../Makefile.common