1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-14 12:00:59 +00:00
serenity/Applications/IRCClient/Makefile
2020-02-06 12:04:00 +01:00

16 lines
305 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 HTML Gfx Protocol IPC Thread Pthread Core
include ../../Makefile.common