mirror of
https://github.com/RGBCube/serenity
synced 2026-01-13 07:40:59 +00:00
11 lines
165 B
Makefile
11 lines
165 B
Makefile
OBJS = \
|
|
main.o \
|
|
TextWidget.o \
|
|
BackgroundWidget.o \
|
|
UnuncheckableButton.o
|
|
|
|
PROGRAM = Welcome
|
|
|
|
LIB_DEPS = GUI Gfx IPC Core
|
|
|
|
include ../../Makefile.common
|