mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 00:52:28 +02:00
We put the list of boards in a combo box and allow the user to switch boards that way. :^)
11 lines
147 B
Makefile
Executable File
11 lines
147 B
Makefile
Executable File
include ../../Makefile.common
|
|
|
|
OBJS = \
|
|
ThreadCatalogModel.o \
|
|
BoardListModel.o \
|
|
main.o
|
|
|
|
APP = ChanViewer
|
|
|
|
include ../Makefile.common
|