mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-19 03:48:18 +00:00
10 lines
119 B
Makefile
10 lines
119 B
Makefile
OBJS = \
|
|
main.o \
|
|
PowerDialog.o
|
|
|
|
PROGRAM = SystemMenu
|
|
|
|
LIB_DEPS = GUI Gfx IPC Core
|
|
|
|
include ../../Makefile.common
|