mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2026-04-25 13:20:30 +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
|