mirror of
https://github.com/RGBCube/serenity
synced 2026-01-14 17:21:07 +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
|