mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-11 09:26:28 +02:00
9 lines
105 B
Makefile
9 lines
105 B
Makefile
OBJS = \
|
|
main.o
|
|
|
|
PROGRAM = WidgetGallery
|
|
|
|
LIB_DEPS = GUI IPC Gfx Core
|
|
|
|
include ../../Makefile.common
|