mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 15:16:14 +00: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
|