mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 17:40:27 +00:00
7a63277115
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
|