mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 08:37:34 +00: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
|