ladybird/Applications/ChanViewer/Makefile
Andreas Kling 7a63277115 ChanViewer: Fetch the list of boards and allow switching the board
We put the list of boards in a combo box and allow the user to switch
boards that way. :^)
2019-08-05 18:43:36 +02:00

10 lines
147 B
Makefile
Executable file

include ../../Makefile.common
OBJS = \
ThreadCatalogModel.o \
BoardListModel.o \
main.o
APP = ChanViewer
include ../Makefile.common