1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 12:38:12 +00:00
serenity/MenuApplets/CPUGraph/Makefile
Andreas Kling c3029a6a1f MenuApplets: Add CPUGraph, our first menu applet :^)
This implements the WSCPUMonitor functionality in a separate process.
2019-12-05 19:38:08 +01:00

7 lines
101 B
Makefile
Executable file

include ../../Makefile.common
OBJS = main.o
APP = CPUGraph.MenuApplet
include ../Makefile.common