1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 02:17:35 +00:00
serenity/MenuApplets/CPUGraph/Makefile
2020-02-06 12:04:00 +01:00

7 lines
120 B
Makefile
Executable file

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