Files
ladybird/Services/SystemMenu/Makefile

10 lines
119 B
Makefile

OBJS = \
main.o \
PowerDialog.o
PROGRAM = SystemMenu
LIB_DEPS = GUI Gfx IPC Core
include ../../Makefile.common