mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 02:17:35 +00:00
7 lines
120 B
Makefile
Executable file
7 lines
120 B
Makefile
Executable file
OBJS = main.o
|
|
|
|
PROGRAM = CPUGraph.MenuApplet
|
|
|
|
LIB_DEPS = GUI IPC Gfx Thread Pthread Core
|
|
|
|
include ../../Makefile.common
|