mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-16 05:25:25 +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
|