mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 16:42:10 +02:00
8 lines
125 B
Makefile
8 lines
125 B
Makefile
OBJS = main.o
|
|
|
|
PROGRAM = ResourceGraph.MenuApplet
|
|
|
|
LIB_DEPS = GUI IPC Gfx Thread Pthread Core
|
|
|
|
include ../../Makefile.common
|