mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-02 22:55:23 +00:00
Let's rename this to LibWeb since it aims to provide more parts of the web platform than just HTML. :^)
17 lines
304 B
Makefile
17 lines
304 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 = GUI Web Gfx Protocol IPC Thread Pthread Core
|
|
|
|
include ../../Makefile.common
|