mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 02:47:35 +00:00

Further consolidation is of course possible, eg the Games/ programs follow the same rules more or less.
17 lines
297 B
Makefile
17 lines
297 B
Makefile
include ../../Makefile.common
|
|
|
|
OBJS = \
|
|
IRCClient.o \
|
|
IRCChannel.o \
|
|
IRCQuery.o \
|
|
IRCLogBuffer.o \
|
|
IRCLogBufferModel.o \
|
|
IRCAppWindow.o \
|
|
IRCWindow.o \
|
|
IRCWindowListModel.o \
|
|
IRCChannelMemberListModel.o \
|
|
main.o
|
|
|
|
APP = IRCClient
|
|
|
|
include ../Makefile.common
|