mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-23 17:52:26 -05:00
9 lines
142 B
Makefile
9 lines
142 B
Makefile
OBJS = \
|
|
QSWidget.o \
|
|
main.o
|
|
|
|
PROGRAM = QuickShow
|
|
|
|
LIB_DEPS = GUI Gfx Protocol IPC Thread Pthread Core
|
|
|
|
include ../../Makefile.common
|