mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-24 18:24:45 -05:00
8 lines
105 B
Makefile
8 lines
105 B
Makefile
OBJS = \
|
|
main.o
|
|
|
|
PROGRAM = WidgetGallery
|
|
|
|
LIB_DEPS = GUI IPC Gfx Core
|
|
|
|
include ../../Makefile.common
|