mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-07 14:06:23 +00: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
|