mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-31 13:48:25 +00: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
|