mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 00:57:43 +00:00

We put the list of boards in a combo box and allow the user to switch boards that way. :^)
10 lines
147 B
Makefile
Executable file
10 lines
147 B
Makefile
Executable file
include ../../Makefile.common
|
|
|
|
OBJS = \
|
|
ThreadCatalogModel.o \
|
|
BoardListModel.o \
|
|
main.o
|
|
|
|
APP = ChanViewer
|
|
|
|
include ../Makefile.common
|