mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-14 19:06:55 +02:00
11 lines
167 B
Makefile
Executable File
11 lines
167 B
Makefile
Executable File
OBJS = \
|
|
ThreadCatalogModel.o \
|
|
BoardListModel.o \
|
|
main.o
|
|
|
|
PROGRAM = ChanViewer
|
|
|
|
LIB_DEPS = GUI Gfx IPC Thread Pthread Core
|
|
|
|
include ../../Makefile.common
|