mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
17 lines
326 B
Makefile
17 lines
326 B
Makefile
OBJS = \
|
|
IRCClient.o \
|
|
IRCChannel.o \
|
|
IRCQuery.o \
|
|
IRCLogBuffer.o \
|
|
IRCAppWindow.o \
|
|
IRCWindow.o \
|
|
IRCWindowListModel.o \
|
|
IRCChannelMemberListModel.o \
|
|
main.o
|
|
|
|
PROGRAM = IRCClient
|
|
|
|
LIB_DEPS = Web TextCodec JS Markdown GUI Gfx Protocol IPC Thread Pthread Core
|
|
|
|
include ../../Makefile.common
|