mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-02 22:55:23 +00:00
10 lines
142 B
Makefile
10 lines
142 B
Makefile
OBJS = \
|
|
QSWidget.o \
|
|
main.o
|
|
|
|
PROGRAM = QuickShow
|
|
|
|
LIB_DEPS = GUI Gfx Protocol IPC Thread Pthread Core
|
|
|
|
include ../../Makefile.common
|