Files
ladybird/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

8 lines
125 B
Makefile
Executable File

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