Files
ladybird/Applications/Welcome/Makefile

12 lines
165 B
Makefile

OBJS = \
main.o \
TextWidget.o \
BackgroundWidget.o \
UnuncheckableButton.o
PROGRAM = Welcome
LIB_DEPS = GUI Gfx IPC Core
include ../../Makefile.common